#CAE4BE

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

Shades of Tea Green #CAE4BE

Tints of Tea Green #CAE4BE

Color information

#CAE4BE (or 0xCAE4BE) is unknown color: approx Tea Green. HEX triplet: CA, E4 and BE. RGB value is (202,228,190). Sum of RGB (Red+Green+Blue) = 202+228+190=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BE is #351B41. Grayscale: #D8D8D8. Windows color (decimal): -3480386 or 12510410. OLE color: 12510410.

HSL color Cylindrical-coordinate representation of color #CAE4BE: hue angle of 101.05º degrees, saturation: 0.41, 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 #CAE4BE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB202228190-
CMYK0.1100.170.11
HSL101.05º41.3%81.96%-
HSV(B)101.05º16.67%89.41%-
XYZ61.3971.7659.33-
YUV215.89113.39118.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=32.58%
G=36.77%
B=30.65%

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
Decimal2022281900.1100.170.11101.0541.381.96
HexCAE4BEB011B652952
Octal312344276130211314551122
Binary1100101011100100101111101011010001101111001011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4BE; }

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

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

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

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

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

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

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

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