#CAECB7

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

Shades of Tea Green #CAECB7

Tints of Tea Green #CAECB7

Color information

#CAECB7 (or 0xCAECB7) is unknown color: approx Tea Green. HEX triplet: CA, EC and B7. RGB value is (202,236,183). Sum of RGB (Red+Green+Blue) = 202+236+183=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECB7 is #351348. Grayscale: #DBDBDB. Windows color (decimal): -3478345 or 12053706. OLE color: 12053706.

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

Color convert

RGB202236183-
CMYK0.1400.220.07
HSL98.49º58.24%82.16%-
HSV(B)98.49º22.46%92.55%-
XYZ62.975.9756.15-
YUV219.79107.24115.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 183 (71.88% from 255) = 29.47%
R=32.53%
G=38.00%
B=29.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361830.1400.220.0798.4958.2482.16
HexCAECB7E0167623a52
Octal31235426716026714272122
Binary110010101110110010110111111001011011111000101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECB7; }

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

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

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

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

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

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

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

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