#CAEABB

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

Shades of Tea Green #CAEABB

Tints of Tea Green #CAEABB

Color information

#CAEABB (or 0xCAEABB) is unknown color: approx Tea Green. HEX triplet: CA, EA and BB. RGB value is (202,234,187). Sum of RGB (Red+Green+Blue) = 202+234+187=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEABB is #351544. Grayscale: #DBDBDB. Windows color (decimal): -3478853 or 12315338. OLE color: 12315338.

HSL color Cylindrical-coordinate representation of color #CAEABB: hue angle of 100.85º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEABB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB202234187-
CMYK0.1400.200.08
HSL100.85º52.81%82.55%-
HSV(B)100.85º20.09%91.76%-
XYZ62.7574.9958.18-
YUV219.07109.9115.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=32.42%
G=37.56%
B=30.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341870.1400.200.08100.8552.8182.55
HexCAEABBE0148653553
Octal312352273160241014565123
Binary1100101011101010101110111110010100100011001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEABB; }

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

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

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

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

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

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

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

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