#CAEABF

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

Shades of Tea Green #CAEABF

Tints of Tea Green #CAEABF

Color information

#CAEABF (or 0xCAEABF) is unknown color: approx Tea Green. HEX triplet: CA, EA and BF. RGB value is (202,234,191). Sum of RGB (Red+Green+Blue) = 202+234+191=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEABF is #351540. Grayscale: #DBDBDB. Windows color (decimal): -3478849 or 12577482. OLE color: 12577482.

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

Color convert

RGB202234191-
CMYK0.1400.180.08
HSL104.65º50.59%83.33%-
HSV(B)104.65º18.38%91.76%-
XYZ63.1875.1660.47-
YUV219.53111.9115.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 191 (75% from 255) = 30.46%
R=32.22%
G=37.32%
B=30.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341910.1400.180.08104.6550.5983.33
HexCAEABFE0128693353
Octal312352277160221015163123
Binary1100101011101010101111111110010010100011010011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEABF; }

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

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

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

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

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

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

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

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