#CAECA0

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

Shades of Reef #CAECA0

Tints of Reef #CAECA0

Color information

#CAECA0 (or 0xCAECA0) is unknown color: approx Reef. HEX triplet: CA, EC and A0. RGB value is (202,236,160). Sum of RGB (Red+Green+Blue) = 202+236+160=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA0 is #35135F. Grayscale: #D9D9D9. Windows color (decimal): -3478368 or 10546378. OLE color: 10546378.

HSL color Cylindrical-coordinate representation of color #CAECA0: hue angle of 86.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAECA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB202236160-
CMYK0.1400.320.07
HSL86.84º66.67%77.65%-
HSV(B)86.84º32.2%92.55%-
XYZ60.775.0944.55-
YUV217.1795.74117.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=33.78%
G=39.46%
B=26.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361600.1400.320.0786.8466.6777.65
HexCAECA0E020757434e
Octal312354240160407127103116
Binary11001010111011001010000011100100000111101011110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA0; }

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

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

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

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

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

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

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

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