#CAE0A3

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

Shades of Reef #CAE0A3

Tints of Reef #CAE0A3

Color information

#CAE0A3 (or 0xCAE0A3) is unknown color: approx Reef. HEX triplet: CA, E0 and A3. RGB value is (202,224,163). Sum of RGB (Red+Green+Blue) = 202+224+163=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE0A3 is #351F5C. Grayscale: #D2D2D2. Windows color (decimal): -3481437 or 10739914. OLE color: 10739914.

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

Color convert

RGB202224163-
CMYK0.1000.270.12
HSL81.64º49.59%75.88%-
HSV(B)81.64º27.23%87.84%-
XYZ57.6268.5144.84-
YUV210.47101.21121.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=34.30%
G=38.03%
B=27.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241630.1000.270.1281.6449.5975.88
HexCAE0A3A01BC52324c
Octal312340243120331412262114
Binary1100101011100000101000111010011011110010100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0A3; }

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

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

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

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

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

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

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

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