#CAEAA5

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

Shades of Reef #CAEAA5

Tints of Reef #CAEAA5

Color information

#CAEAA5 (or 0xCAEAA5) is unknown color: approx Reef. HEX triplet: CA, EA and A5. RGB value is (202,234,165). Sum of RGB (Red+Green+Blue) = 202+234+165=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAA5 is #35155A. Grayscale: #D8D8D8. Windows color (decimal): -3478875 or 10873546. OLE color: 10873546.

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

Color convert

RGB202234165-
CMYK0.1400.290.08
HSL87.83º62.16%78.24%-
HSV(B)87.83º29.49%91.76%-
XYZ60.5774.1246.71-
YUV216.5798.9117.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=33.61%
G=38.94%
B=27.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341650.1400.290.0887.8362.1678.24
HexCAEAA5E01D8583e4e
Octal312352245160351013076116
Binary1100101011101010101001011110011101100010110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAA5; }

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

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

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

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

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

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

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

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