#CAE4BA

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

Shades of Tea Green #CAE4BA

Tints of Tea Green #CAE4BA

Color information

#CAE4BA (or 0xCAE4BA) is unknown color: approx Tea Green. HEX triplet: CA, E4 and BA. RGB value is (202,228,186). Sum of RGB (Red+Green+Blue) = 202+228+186=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4BA is #351B45. Grayscale: #D7D7D7. Windows color (decimal): -3480390 or 12248266. OLE color: 12248266.

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

Color convert

RGB202228186-
CMYK0.1100.180.11
HSL97.14º43.75%81.18%-
HSV(B)97.14º18.42%89.41%-
XYZ60.9671.5957.06-
YUV215.44111.39118.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=32.79%
G=37.01%
B=30.19%

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
Decimal2022281860.1100.180.1197.1443.7581.18
HexCAE4BAB012B612c51
Octal312344272130221314154121
Binary1100101011100100101110101011010010101111000011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4BA; }

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

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

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

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

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

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

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

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