#CAE99E

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

Shades of Reef #CAE99E

Tints of Reef #CAE99E

Color information

#CAE99E (or 0xCAE99E) is unknown color: approx Reef. HEX triplet: CA, E9 and 9E. RGB value is (202,233,158). Sum of RGB (Red+Green+Blue) = 202+233+158=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE99E is #351661. Grayscale: #D7D7D7. Windows color (decimal): -3479138 or 10414538. OLE color: 10414538.

HSL color Cylindrical-coordinate representation of color #CAE99E: hue angle of 84.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE99E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB202233158-
CMYK0.1300.320.09
HSL84.8º63.03%76.67%-
HSV(B)84.8º32.19%91.37%-
XYZ59.6773.343.35-
YUV215.1895.73118.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 158 (62.11% from 255) = 26.64%
R=34.06%
G=39.29%
B=26.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331580.1300.320.0984.863.0376.67
HexCAE99ED0209553f4d
Octal312351236150401112577115
Binary11001010111010011001111011010100000100110101011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE99E; }

 p { color: rgb(202,233,158); }

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

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

 a { background-color: rgb(202,233,158); }

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

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

 span { border-color: rgb(202,233,158); }

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