#CAE6BF

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

Shades of Tea Green #CAE6BF

Tints of Tea Green #CAE6BF

Color information

#CAE6BF (or 0xCAE6BF) is unknown color: approx Tea Green. HEX triplet: CA, E6 and BF. RGB value is (202,230,191). Sum of RGB (Red+Green+Blue) = 202+230+191=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6BF is #351940. Grayscale: #D9D9D9. Windows color (decimal): -3479873 or 12576458. OLE color: 12576458.

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

Color convert

RGB202230191-
CMYK0.1200.170.10
HSL103.08º43.82%82.55%-
HSV(B)103.08º16.96%90.2%-
XYZ62.0672.9160.09-
YUV217.18113.22117.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 191 (75% from 255) = 30.66%
R=32.42%
G=36.92%
B=30.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301910.1200.170.10103.0843.8282.55
HexCAE6BFC011A672c53
Octal312346277140211214754123
Binary1100101011100110101111111100010001101011001111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6BF; }

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

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

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

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

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

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

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

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