#99ECA7

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

Shades of Celadon #99ECA7

Tints of Celadon #99ECA7

Color information

#99ECA7 (or 0x99ECA7) is unknown color: approx Celadon. HEX triplet: 99, EC and A7. RGB value is (153,236,167). Sum of RGB (Red+Green+Blue) = 153+236+167=556 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.52% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99ECA7 is #661358. Grayscale: #CBCBCB. Windows color (decimal): -6689625 or 11005081. OLE color: 11005081.

HSL color Cylindrical-coordinate representation of color #99ECA7: hue angle of 130.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECA7 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB153236167-
CMYK0.3500.290.07
HSL130.12º68.6%76.27%-
HSV(B)130.12º35.17%92.55%-
XYZ50.1169.5547.34-
YUV203.32107.592.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.52%
GREEN value IS 236 (92.58% from 255) = 42.45%
BLUE value IS 167 (65.62% from 255) = 30.04%
R=27.52%
G=42.45%
B=30.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532361670.3500.290.07130.1268.676.27
Hex99ECA72301D782454c
Octal231354247430357202105114
Binary1001100111101100101001111000110111011111000001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,236,167); }

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

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

 a { background-color: rgb(153,236,167); }

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

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

 span { border-color: rgb(153,236,167); }

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