#CAE297

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

Shades of Reef #CAE297

Tints of Reef #CAE297

Color information

#CAE297 (or 0xCAE297) is unknown color: approx Reef. HEX triplet: CA, E2 and 97. RGB value is (202,226,151). Sum of RGB (Red+Green+Blue) = 202+226+151=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE297 is #351D68. Grayscale: #D2D2D2. Windows color (decimal): -3480937 or 9953994. OLE color: 9953994.

HSL color Cylindrical-coordinate representation of color #CAE297: hue angle of 79.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAE297 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB202226151-
CMYK0.1100.330.11
HSL79.2º56.39%73.92%-
HSV(B)79.2º33.19%88.63%-
XYZ57.1469.1839.62-
YUV210.2794.55122.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 226 (88.67% from 255) = 39.03%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=34.89%
G=39.03%
B=26.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022261510.1100.330.1179.256.3973.92
HexCAE297B021B4f384a
Octal312342227130411311770112
Binary11001010111000101001011110110100001101110011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE297; }

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

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

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

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

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

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

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

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