#CACEA0

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

Shades of Green Mist #CACEA0

Tints of Green Mist #CACEA0

Color information

#CACEA0 (or 0xCACEA0) is unknown color: approx Green Mist. HEX triplet: CA, CE and A0. RGB value is (202,206,160). Sum of RGB (Red+Green+Blue) = 202+206+160=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEA0 is #35315F. Grayscale: #C7C7C7. Windows color (decimal): -3486048 or 10538698. OLE color: 10538698.

HSL color Cylindrical-coordinate representation of color #CACEA0: hue angle of 65.22º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CACEA0 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB202206160-
CMYK0.0200.220.19
HSL65.22º31.94%71.76%-
HSV(B)65.22º22.33%80.78%-
XYZ52.7759.2441.91-
YUV199.56105.67129.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=35.56%
G=36.27%
B=28.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061600.0200.220.1965.2231.9471.76
HexCACEA0201613412048
Octal31231624020262310140110
Binary110010101100111010100000100101101001110000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACEA0; }

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

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

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

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

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

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

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

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