#CAE4BB

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

Shades of Tea Green #CAE4BB

Tints of Tea Green #CAE4BB

Color information

#CAE4BB (or 0xCAE4BB) is unknown color: approx Tea Green. HEX triplet: CA, E4 and BB. RGB value is (202,228,187). Sum of RGB (Red+Green+Blue) = 202+228+187=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BB is #351B44. Grayscale: #D7D7D7. Windows color (decimal): -3480389 or 12313802. OLE color: 12313802.

HSL color Cylindrical-coordinate representation of color #CAE4BB: hue angle of 98.05º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE4BB is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB202228187-
CMYK0.1100.180.11
HSL98.05º43.16%81.37%-
HSV(B)98.05º17.98%89.41%-
XYZ61.0771.6357.62-
YUV215.55111.89118.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=32.74%
G=36.95%
B=30.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281870.1100.180.1198.0543.1681.37
HexCAE4BBB012B622b51
Octal312344273130221314253121
Binary1100101011100100101110111011010010101111000101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4BB; }

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

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

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

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

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

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

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

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