#CAE4BD

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

Shades of Tea Green #CAE4BD

Tints of Tea Green #CAE4BD

Color information

#CAE4BD (or 0xCAE4BD) is unknown color: approx Tea Green. HEX triplet: CA, E4 and BD. RGB value is (202,228,189). Sum of RGB (Red+Green+Blue) = 202+228+189=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BD is #351B42. Grayscale: #D7D7D7. Windows color (decimal): -3480387 or 12444874. OLE color: 12444874.

HSL color Cylindrical-coordinate representation of color #CAE4BD: hue angle of 100º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE4BD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB202228189-
CMYK0.1100.170.11
HSL100º41.94%81.76%-
HSV(B)100º17.11%89.41%-
XYZ61.2971.7258.76-
YUV215.78112.89118.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=32.63%
G=36.83%
B=30.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281890.1100.170.1110041.9481.76
HexCAE4BDB011B642a52
Octal312344275130211314452122
Binary1100101011100100101111011011010001101111001001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4BD; }

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

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

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

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

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

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

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

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