#CAE097

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

Shades of Reef #CAE097

Tints of Reef #CAE097

Color information

#CAE097 (or 0xCAE097) is unknown color: approx Reef. HEX triplet: CA, E0 and 97. RGB value is (202,224,151). Sum of RGB (Red+Green+Blue) = 202+224+151=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE097 is #351F68. Grayscale: #D1D1D1. Windows color (decimal): -3481449 or 9953482. OLE color: 9953482.

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

Color convert

RGB202224151-
CMYK0.1000.330.12
HSL78.08º54.07%73.53%-
HSV(B)78.08º32.59%87.84%-
XYZ56.668.139.44-
YUV209.195.21122.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=35.01%
G=38.82%
B=26.17%

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
Decimal2022241510.1000.330.1278.0854.0773.53
HexCAE097A021C4e364a
Octal312340227120411411666112
Binary11001010111000001001011110100100001110010011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE097; }

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

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

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

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

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

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

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

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