#CAE095

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

Shades of Reef #CAE095

Tints of Reef #CAE095

Color information

#CAE095 (or 0xCAE095) is unknown color: approx Reef. HEX triplet: CA, E0 and 95. RGB value is (202,224,149). Sum of RGB (Red+Green+Blue) = 202+224+149=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE095 is #351F6A. Grayscale: #D1D1D1. Windows color (decimal): -3481451 or 9822410. OLE color: 9822410.

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

Color convert

RGB202224149-
CMYK0.1000.330.12
HSL77.6º54.74%73.14%-
HSV(B)77.6º33.48%87.84%-
XYZ56.4468.0438.59-
YUV208.8794.21123.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=35.13%
G=38.96%
B=25.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241490.1000.330.1277.654.7473.14
HexCAE095A021C4e3749
Octal312340225120411411667111
Binary11001010111000001001010110100100001110010011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE095; }

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

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

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

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

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

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

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

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