#9AFDB7

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

Shades of Celadon #9AFDB7

Tints of Celadon #9AFDB7

Color information

#9AFDB7 (or 0x9AFDB7) is unknown color: approx Celadon. HEX triplet: 9A, FD and B7. RGB value is (154,253,183). Sum of RGB (Red+Green+Blue) = 154+253+183=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDB7 is #650248. Grayscale: #D7D7D7. Windows color (decimal): -6619721 or 12058010. OLE color: 12058010.

HSL color Cylindrical-coordinate representation of color #9AFDB7: hue angle of 137.58º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDB7 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB154253183-
CMYK0.3900.280.01
HSL137.58º96.12%79.8%-
HSV(B)137.58º39.13%99.22%-
XYZ5780.5457.34-
YUV215.42109.784.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 183 (71.88% from 255) = 31.02%
R=26.10%
G=42.88%
B=31.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531830.3900.280.01137.5896.1279.8
Hex9AFDB72701C18a6050
Octal232375267470341212140120
Binary10011010111111011011011110011101110011000101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,183); }

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

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

 a { background-color: rgb(154,253,183); }

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

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

 span { border-color: rgb(154,253,183); }

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