#CAE6BD

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

Shades of Tea Green #CAE6BD

Tints of Tea Green #CAE6BD

Color information

#CAE6BD (or 0xCAE6BD) is unknown color: approx Tea Green. HEX triplet: CA, E6 and BD. RGB value is (202,230,189). Sum of RGB (Red+Green+Blue) = 202+230+189=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6BD is #351942. Grayscale: #D9D9D9. Windows color (decimal): -3479875 or 12445386. OLE color: 12445386.

HSL color Cylindrical-coordinate representation of color #CAE6BD: hue angle of 100.98º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE6BD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB202230189-
CMYK0.1200.180.10
HSL100.98º45.05%82.16%-
HSV(B)100.98º17.83%90.2%-
XYZ61.8472.8258.94-
YUV216.95112.22117.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 230 (90.23% from 255) = 37.04%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=32.53%
G=37.04%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301890.1200.180.10100.9845.0582.16
HexCAE6BDC012A652d52
Octal312346275140221214555122
Binary1100101011100110101111011100010010101011001011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6BD; }

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

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

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

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

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

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

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

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