#CAE099

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

Shades of Reef #CAE099

Tints of Reef #CAE099

Color information

#CAE099 (or 0xCAE099) is unknown color: approx Reef. HEX triplet: CA, E0 and 99. RGB value is (202,224,153). Sum of RGB (Red+Green+Blue) = 202+224+153=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE099 is #351F66. Grayscale: #D1D1D1. Windows color (decimal): -3481447 or 10084554. OLE color: 10084554.

HSL color Cylindrical-coordinate representation of color #CAE099: hue angle of 78.59º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE099 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB202224153-
CMYK0.1000.320.12
HSL78.59º53.38%73.92%-
HSV(B)78.59º31.7%87.84%-
XYZ56.7668.1740.3-
YUV209.3396.21122.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=34.89%
G=38.69%
B=26.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241530.1000.320.1278.5953.3873.92
HexCAE099A020C4f354a
Octal312340231120401411765112
Binary11001010111000001001100110100100000110010011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE099; }

 p { color: rgb(202,224,153); }

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

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

 a { background-color: rgb(202,224,153); }

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

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

 span { border-color: rgb(202,224,153); }

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