#9BEBAB

Color #9BEBAB Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #9BEBAB

Tints of Celadon #9BEBAB

Color information

#9BEBAB (or 0x9BEBAB) is unknown color: approx Celadon. HEX triplet: 9B, EB and AB. RGB value is (155,235,171). Sum of RGB (Red+Green+Blue) = 155+235+171=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBAB is #641454. Grayscale: #CBCBCB. Windows color (decimal): -6558805 or 11266971. OLE color: 11266971.

HSL color Cylindrical-coordinate representation of color #9BEBAB: hue angle of 132º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBAB is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB155235171-
CMYK0.3400.270.08
HSL132º66.67%76.47%-
HSV(B)132º34.04%92.16%-
XYZ50.5869.3349.24-
YUV203.78109.593.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=27.63%
G=41.89%
B=30.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351710.3400.270.0813266.6776.47
Hex9BEBAB2201B884434c
Octal2333532534203310204103114
Binary10011011111010111010101110001001101110001000010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEBAB; }

 p { color: rgb(155,235,171); }

 H1.HeaderClassName
 {
   color: #9BEBAB;
 }
 .AnyTagClassName
 {
   color: #9BEBAB;
 }
</style>
background-color css

<style>
 a { background-color: #9BEBAB; }

 a { background-color: rgb(155,235,171); }

 div.DivClassName
 {
   background-color: #9BEBAB;
 }
 .BgClassName
 {
   background-color: #9BEBAB;
 }
</style>
border-color css

<style>
 span { border-color: #9BEBAB; }

 span { border-color: rgb(155,235,171); }

 td.TdClassName
 {
   border-color: #9BEBAB;
 }
 .TagClassName
 {
   border-color: #9BEBAB;
 }
</style>