#9AFBB6

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

Shades of Celadon #9AFBB6

Tints of Celadon #9AFBB6

Color information

#9AFBB6 (or 0x9AFBB6) is unknown color: approx Celadon. HEX triplet: 9A, FB and B6. RGB value is (154,251,182). Sum of RGB (Red+Green+Blue) = 154+251+182=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFBB6 is #650449. Grayscale: #D6D6D6. Windows color (decimal): -6620234 or 11991962. OLE color: 11991962.

HSL color Cylindrical-coordinate representation of color #9AFBB6: hue angle of 137.32º 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 #9AFBB6 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB154251182-
CMYK0.3900.270.02
HSL137.32º92.38%79.41%-
HSV(B)137.32º38.65%98.43%-
XYZ56.2779.2456.59-
YUV214.13109.8685.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=26.24%
G=42.76%
B=31.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542511820.3900.270.02137.3292.3879.41
Hex9AFBB62701B2895c4f
Octal232373266470332211134117
Binary100110101111101110110110100111011011101000100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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