#CAE7BF

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

Shades of Tea Green #CAE7BF

Tints of Tea Green #CAE7BF

Color information

#CAE7BF (or 0xCAE7BF) is unknown color: approx Tea Green. HEX triplet: CA, E7 and BF. RGB value is (202,231,191). Sum of RGB (Red+Green+Blue) = 202+231+191=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7BF is #351840. Grayscale: #D9D9D9. Windows color (decimal): -3479617 or 12576714. OLE color: 12576714.

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

Color convert

RGB202231191-
CMYK0.1300.170.09
HSL103.5º45.45%82.75%-
HSV(B)103.5º17.32%90.59%-
XYZ62.3473.4760.19-
YUV217.77112.89116.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 191 (75% from 255) = 30.61%
R=32.37%
G=37.02%
B=30.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311910.1300.170.09103.545.4582.75
HexCAE7BFD0119672d53
Octal312347277150211114755123
Binary1100101011100111101111111101010001100111001111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7BF; }

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

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

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

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

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

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

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

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