#9CEFAF

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

Shades of Celadon #9CEFAF

Tints of Celadon #9CEFAF

Color information

#9CEFAF (or 0x9CEFAF) is unknown color: approx Celadon. HEX triplet: 9C, EF and AF. RGB value is (156,239,175). Sum of RGB (Red+Green+Blue) = 156+239+175=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEFAF is #631050. Grayscale: #CFCFCF. Windows color (decimal): -6492241 or 11530140. OLE color: 11530140.

HSL color Cylindrical-coordinate representation of color #9CEFAF: hue angle of 133.73º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFAF is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB156239175-
CMYK0.3500.270.06
HSL133.73º72.17%77.45%-
HSV(B)133.73º34.73%93.73%-
XYZ52.3171.951.68-
YUV206.8911091.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.37%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=27.37%
G=41.93%
B=30.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562391750.3500.270.06133.7372.1777.45
Hex9CEFAF2301B686484d
Octal234357257430336206110115
Binary1001110011101111101011111000110110111101000011010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,239,175); }

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

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

 a { background-color: rgb(156,239,175); }

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

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

 span { border-color: rgb(156,239,175); }

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