#99EFAE

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

Shades of Celadon #99EFAE

Tints of Celadon #99EFAE

Color information

#99EFAE (or 0x99EFAE) is unknown color: approx Celadon. HEX triplet: 99, EF and AE. RGB value is (153,239,174). Sum of RGB (Red+Green+Blue) = 153+239+174=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EFAE is #661051. Grayscale: #CECECE. Windows color (decimal): -6688850 or 11464601. OLE color: 11464601.

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

Color convert

RGB153239174-
CMYK0.3600.270.06
HSL134.65º72.88%76.86%-
HSV(B)134.65º35.98%93.73%-
XYZ51.6471.5651.14-
YUV205.88110.0190.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=27.03%
G=42.23%
B=30.74%

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
Decimal1532391740.3600.270.06134.6572.8876.86
Hex99EFAE2401B687494d
Octal231357256440336207111115
Binary1001100111101111101011101001000110111101000011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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