#CAE4C0

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

Shades of Tea Green #CAE4C0

Tints of Tea Green #CAE4C0

Color information

#CAE4C0 (or 0xCAE4C0) is unknown color: approx Tea Green. HEX triplet: CA, E4 and C0. RGB value is (202,228,192). Sum of RGB (Red+Green+Blue) = 202+228+192=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4C0 is #351B3F. Grayscale: #D8D8D8. Windows color (decimal): -3480384 or 12641482. OLE color: 12641482.

HSL color Cylindrical-coordinate representation of color #CAE4C0: hue angle of 103.33º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE4C0 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB202228192-
CMYK0.1100.160.11
HSL103.33º40%82.35%-
HSV(B)103.33º15.79%89.41%-
XYZ61.6171.8560.49-
YUV216.12114.39117.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=32.48%
G=36.66%
B=30.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281920.1100.160.11103.334082.35
HexCAE4C0B010B672852
Octal312344300130201314750122
Binary1100101011100100110000001011010000101111001111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4C0; }

 p { color: rgb(202,228,192); }

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

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

 a { background-color: rgb(202,228,192); }

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

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

 span { border-color: rgb(202,228,192); }

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