#CAE8BD

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

Shades of Tea Green #CAE8BD

Tints of Tea Green #CAE8BD

Color information

#CAE8BD (or 0xCAE8BD) is unknown color: approx Tea Green. HEX triplet: CA, E8 and BD. RGB value is (202,232,189). Sum of RGB (Red+Green+Blue) = 202+232+189=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8BD is #351742. Grayscale: #DADADA. Windows color (decimal): -3479363 or 12445898. OLE color: 12445898.

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

Color convert

RGB202232189-
CMYK0.1300.190.09
HSL101.86º48.31%82.55%-
HSV(B)101.86º18.53%90.98%-
XYZ62.473.9459.13-
YUV218.13111.56116.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=32.42%
G=37.24%
B=30.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321890.1300.190.09101.8648.3182.55
HexCAE8BDD0139663053
Octal312350275150231114660123
Binary1100101011101000101111011101010011100111001101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8BD; }

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

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

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

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

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

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

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

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