#99EFAF

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

Shades of Celadon #99EFAF

Tints of Celadon #99EFAF

Color information

#99EFAF (or 0x99EFAF) is unknown color: approx Celadon. HEX triplet: 99, EF and AF. RGB value is (153,239,175). Sum of RGB (Red+Green+Blue) = 153+239+175=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFAF is #661050. Grayscale: #CECECE. Windows color (decimal): -6688849 or 11530137. OLE color: 11530137.

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

Color convert

RGB153239175-
CMYK0.3600.270.06
HSL135.35º72.88%76.86%-
HSV(B)135.35º35.98%93.73%-
XYZ51.7471.651.65-
YUV205.99110.5190.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.98%
GREEN value IS 239 (93.75% from 255) = 42.15%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=26.98%
G=42.15%
B=30.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391750.3600.270.06135.3572.8876.86
Hex99EFAF2401B687494d
Octal231357257440336207111115
Binary1001100111101111101011111001000110111101000011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EFAF; }

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

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

<style>
 a { background-color: #99EFAF; }

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

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

<style>
 span { border-color: #99EFAF; }

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

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