#CAE8BE

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

Shades of Tea Green #CAE8BE

Tints of Tea Green #CAE8BE

Color information

#CAE8BE (or 0xCAE8BE) is unknown color: approx Tea Green. HEX triplet: CA, E8 and BE. RGB value is (202,232,190). Sum of RGB (Red+Green+Blue) = 202+232+190=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8BE is #351741. Grayscale: #DADADA. Windows color (decimal): -3479362 or 12511434. OLE color: 12511434.

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

Color convert

RGB202232190-
CMYK0.1300.180.09
HSL102.86º47.73%82.75%-
HSV(B)102.86º18.1%90.98%-
XYZ62.5173.9959.7-
YUV218.24112.06116.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=32.37%
G=37.18%
B=30.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321900.1300.180.09102.8647.7382.75
HexCAE8BED0129673053
Octal312350276150221114760123
Binary1100101011101000101111101101010010100111001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8BE; }

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

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

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

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

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

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

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

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