#CAE7BD

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

Shades of Tea Green #CAE7BD

Tints of Tea Green #CAE7BD

Color information

#CAE7BD (or 0xCAE7BD) is unknown color: approx Tea Green. HEX triplet: CA, E7 and BD. RGB value is (202,231,189). Sum of RGB (Red+Green+Blue) = 202+231+189=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7BD is #351842. Grayscale: #D9D9D9. Windows color (decimal): -3479619 or 12445642. OLE color: 12445642.

HSL color Cylindrical-coordinate representation of color #CAE7BD: hue angle of 101.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE7BD is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB202231189-
CMYK0.1300.180.09
HSL101.43º46.67%82.35%-
HSV(B)101.43º18.18%90.59%-
XYZ62.1273.3859.03-
YUV217.54111.89116.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=32.48%
G=37.14%
B=30.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311890.1300.180.09101.4346.6782.35
HexCAE7BDD0129652f52
Octal312347275150221114557122
Binary1100101011100111101111011101010010100111001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7BD; }

 p { color: rgb(202,231,189); }

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

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

 a { background-color: rgb(202,231,189); }

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

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

 span { border-color: rgb(202,231,189); }

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