#CAECB6

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

Shades of Tea Green #CAECB6

Tints of Tea Green #CAECB6

Color information

#CAECB6 (or 0xCAECB6) is unknown color: approx Tea Green. HEX triplet: CA, EC and B6. RGB value is (202,236,182). Sum of RGB (Red+Green+Blue) = 202+236+182=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECB6 is #351349. Grayscale: #DBDBDB. Windows color (decimal): -3478346 or 11988170. OLE color: 11988170.

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

Color convert

RGB202236182-
CMYK0.1400.230.07
HSL97.78º58.7%81.96%-
HSV(B)97.78º22.88%92.55%-
XYZ62.875.9255.6-
YUV219.68106.74115.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=32.58%
G=38.06%
B=29.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361820.1400.230.0797.7858.781.96
HexCAECB6E0177623b52
Octal31235426616027714273122
Binary110010101110110010110110111001011111111000101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECB6; }

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

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

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

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

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

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

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

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