#CAE4BF

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

Shades of Tea Green #CAE4BF

Tints of Tea Green #CAE4BF

Color information

#CAE4BF (or 0xCAE4BF) is unknown color: approx Tea Green. HEX triplet: CA, E4 and BF. RGB value is (202,228,191). Sum of RGB (Red+Green+Blue) = 202+228+191=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BF is #351B40. Grayscale: #D8D8D8. Windows color (decimal): -3480385 or 12575946. OLE color: 12575946.

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

Color convert

RGB202228191-
CMYK0.1100.160.11
HSL102.16º40.66%82.16%-
HSV(B)102.16º16.23%89.41%-
XYZ61.571.859.91-
YUV216.01113.89118.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 191 (75% from 255) = 30.76%
R=32.53%
G=36.71%
B=30.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281910.1100.160.11102.1640.6682.16
HexCAE4BFB010B662952
Octal312344277130201314651122
Binary1100101011100100101111111011010000101111001101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4BF; }

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

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

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

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

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

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

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

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