#99EFAB

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

Shades of Celadon #99EFAB

Tints of Celadon #99EFAB

Color information

#99EFAB (or 0x99EFAB) is unknown color: approx Celadon. HEX triplet: 99, EF and AB. RGB value is (153,239,171). Sum of RGB (Red+Green+Blue) = 153+239+171=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFAB is #661054. Grayscale: #CDCDCD. Windows color (decimal): -6688853 or 11267993. OLE color: 11267993.

HSL color Cylindrical-coordinate representation of color #99EFAB: hue angle of 132.56º 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 #99EFAB is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB153239171-
CMYK0.3600.280.06
HSL132.56º72.88%76.86%-
HSV(B)132.56º35.98%93.73%-
XYZ51.3571.4549.61-
YUV205.53108.5190.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=27.18%
G=42.45%
B=30.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391710.3600.280.06132.5672.8876.86
Hex99EFAB2401C685494d
Octal231357253440346205111115
Binary1001100111101111101010111001000111001101000010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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