#9AFBB5

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

Shades of Celadon #9AFBB5

Tints of Celadon #9AFBB5

Color information

#9AFBB5 (or 0x9AFBB5) is unknown color: approx Celadon. HEX triplet: 9A, FB and B5. RGB value is (154,251,181). Sum of RGB (Red+Green+Blue) = 154+251+181=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBB5 is #65044A. Grayscale: #D6D6D6. Windows color (decimal): -6620235 or 11926426. OLE color: 11926426.

HSL color Cylindrical-coordinate representation of color #9AFBB5: hue angle of 136.7º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFBB5 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB154251181-
CMYK0.3900.280.02
HSL136.7º92.38%79.41%-
HSV(B)136.7º38.65%98.43%-
XYZ56.1679.256.04-
YUV214.02109.3685.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 251 (98.44% from 255) = 42.83%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=26.28%
G=42.83%
B=30.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511810.3900.280.02136.792.3879.41
Hex9AFBB52701C2895c4f
Octal232373265470342211134117
Binary100110101111101110110101100111011100101000100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,181); }

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

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

 a { background-color: rgb(154,251,181); }

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

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

 span { border-color: rgb(154,251,181); }

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