#CAEAA4

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

Shades of Reef #CAEAA4

Tints of Reef #CAEAA4

Color information

#CAEAA4 (or 0xCAEAA4) is unknown color: approx Reef. HEX triplet: CA, EA and A4. RGB value is (202,234,164). Sum of RGB (Red+Green+Blue) = 202+234+164=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAA4 is #35155B. Grayscale: #D8D8D8. Windows color (decimal): -3478876 or 10808010. OLE color: 10808010.

HSL color Cylindrical-coordinate representation of color #CAEAA4: hue angle of 87.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAEAA4 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB202234164-
CMYK0.1400.300.08
HSL87.43º62.5%78.04%-
HSV(B)87.43º29.91%91.76%-
XYZ60.4874.0846.23-
YUV216.4598.4117.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 164 (64.45% from 255) = 27.33%
R=33.67%
G=39%
B=27.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341640.1400.300.0887.4362.578.04
HexCAEAA4E01E8573e4e
Octal312352244160361012776116
Binary1100101011101010101001001110011110100010101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAA4; }

 p { color: rgb(202,234,164); }

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

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

 a { background-color: rgb(202,234,164); }

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

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

 span { border-color: rgb(202,234,164); }

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