#CAECB0

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

Shades of Tea Green #CAECB0

Tints of Tea Green #CAECB0

Color information

#CAECB0 (or 0xCAECB0) is unknown color: approx Tea Green. HEX triplet: CA, EC and B0. RGB value is (202,236,176). Sum of RGB (Red+Green+Blue) = 202+236+176=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECB0 is #35134F. Grayscale: #DBDBDB. Windows color (decimal): -3478352 or 11594954. OLE color: 11594954.

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

Color convert

RGB202236176-
CMYK0.1400.250.07
HSL94º61.22%80.78%-
HSV(B)94º25.42%92.55%-
XYZ62.1975.6852.4-
YUV218.99103.74115.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 236 (92.58% from 255) = 38.44%
BLUE value IS 176 (69.14% from 255) = 28.66%
R=32.90%
G=38.44%
B=28.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361760.1400.250.079461.2280.78
HexCAECB0E01975e3d51
Octal31235426016031713675121
Binary110010101110110010110000111001100111110111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECB0; }

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

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

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

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

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

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

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

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