#CAEAA0

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

Shades of Reef #CAEAA0

Tints of Reef #CAEAA0

Color information

#CAEAA0 (or 0xCAEAA0) is unknown color: approx Reef. HEX triplet: CA, EA and A0. RGB value is (202,234,160). Sum of RGB (Red+Green+Blue) = 202+234+160=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAA0 is #35155F. Grayscale: #D8D8D8. Windows color (decimal): -3478880 or 10545866. OLE color: 10545866.

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

Color convert

RGB202234160-
CMYK0.1400.320.08
HSL85.95º63.79%77.25%-
HSV(B)85.95º31.62%91.76%-
XYZ60.1373.9444.36-
YUV21696.4118.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=33.89%
G=39.26%
B=26.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341600.1400.320.0885.9563.7977.25
HexCAEAA0E020856404d
Octal3123522401604010126100115
Binary110010101110101010100000111001000001000101011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAA0; }

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

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

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

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

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

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

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

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