#CAE597

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

Shades of Reef #CAE597

Tints of Reef #CAE597

Color information

#CAE597 (or 0xCAE597) is unknown color: approx Reef. HEX triplet: CA, E5 and 97. RGB value is (202,229,151). Sum of RGB (Red+Green+Blue) = 202+229+151=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE597 is #351A68. Grayscale: #D4D4D4. Windows color (decimal): -3480169 or 9954762. OLE color: 9954762.

HSL color Cylindrical-coordinate representation of color #CAE597: hue angle of 80.77º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE597 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB202229151-
CMYK0.1200.340.10
HSL80.77º60%74.51%-
HSV(B)80.77º34.06%89.8%-
XYZ57.9670.8339.89-
YUV212.0493.55120.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 151 (59.38% from 255) = 25.95%
R=34.71%
G=39.35%
B=25.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291510.1200.340.1080.776074.51
HexCAE597C022A513c4b
Octal312345227140421212174113
Binary11001010111001011001011111000100010101010100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE597; }

 p { color: rgb(202,229,151); }

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

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

 a { background-color: rgb(202,229,151); }

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

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

 span { border-color: rgb(202,229,151); }

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