#CAECB5

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

Shades of Tea Green #CAECB5

Tints of Tea Green #CAECB5

Color information

#CAECB5 (or 0xCAECB5) is unknown color: approx Tea Green. HEX triplet: CA, EC and B5. RGB value is (202,236,181). Sum of RGB (Red+Green+Blue) = 202+236+181=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECB5 is #35134A. Grayscale: #DBDBDB. Windows color (decimal): -3478347 or 11922634. OLE color: 11922634.

HSL color Cylindrical-coordinate representation of color #CAECB5: hue angle of 97.09º 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 #CAECB5 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB202236181-
CMYK0.1400.230.07
HSL97.09º59.14%81.76%-
HSV(B)97.09º23.31%92.55%-
XYZ62.6975.8855.06-
YUV219.56106.24115.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=32.63%
G=38.13%
B=29.24%

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
Decimal2022361810.1400.230.0797.0959.1481.76
HexCAECB5E0177613b52
Octal31235426516027714173122
Binary110010101110110010110101111001011111111000011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECB5; }

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

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

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

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

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

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

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

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