#CAEBB4

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

Shades of Tea Green #CAEBB4

Tints of Tea Green #CAEBB4

Color information

#CAEBB4 (or 0xCAEBB4) is unknown color: approx Tea Green. HEX triplet: CA, EB and B4. RGB value is (202,235,180). Sum of RGB (Red+Green+Blue) = 202+235+180=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBB4 is #35144B. Grayscale: #DBDBDB. Windows color (decimal): -3478604 or 11856842. OLE color: 11856842.

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

Color convert

RGB202235180-
CMYK0.1400.230.08
HSL96º57.89%81.37%-
HSV(B)96º23.4%92.16%-
XYZ62.375.2754.42-
YUV218.86106.07115.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=32.74%
G=38.09%
B=29.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022351800.1400.230.089657.8981.37
HexCAEBB4E0178603a51
Octal312353264160271014072121
Binary1100101011101011101101001110010111100011000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBB4; }

 p { color: rgb(202,235,180); }

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

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

 a { background-color: rgb(202,235,180); }

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

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

 span { border-color: rgb(202,235,180); }

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