#CAE8B2

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

Shades of Tea Green #CAE8B2

Tints of Tea Green #CAE8B2

Color information

#CAE8B2 (or 0xCAE8B2) is unknown color: approx Tea Green. HEX triplet: CA, E8 and B2. RGB value is (202,232,178). Sum of RGB (Red+Green+Blue) = 202+232+178=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE8B2 is #35174D. Grayscale: #D9D9D9. Windows color (decimal): -3479374 or 11725002. OLE color: 11725002.

HSL color Cylindrical-coordinate representation of color #CAE8B2: hue angle of 93.33º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAE8B2 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB202232178-
CMYK0.1300.230.09
HSL93.33º54%80.39%-
HSV(B)93.33º23.28%90.98%-
XYZ61.2573.4853.08-
YUV216.87106.06117.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 178 (69.92% from 255) = 29.08%
R=33.01%
G=37.91%
B=29.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321780.1300.230.0993.335480.39
HexCAE8B2D01795d3650
Octal312350262150271113566120
Binary1100101011101000101100101101010111100110111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8B2; }

 p { color: rgb(202,232,178); }

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

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

 a { background-color: rgb(202,232,178); }

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

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

 span { border-color: rgb(202,232,178); }

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