#CAE7B5

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

Shades of Tea Green #CAE7B5

Tints of Tea Green #CAE7B5

Color information

#CAE7B5 (or 0xCAE7B5) is unknown color: approx Tea Green. HEX triplet: CA, E7 and B5. RGB value is (202,231,181). Sum of RGB (Red+Green+Blue) = 202+231+181=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7B5 is #35184A. Grayscale: #D8D8D8. Windows color (decimal): -3479627 or 11921354. OLE color: 11921354.

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

Color convert

RGB202231181-
CMYK0.1300.220.09
HSL94.8º51.02%80.78%-
HSV(B)94.8º21.65%90.59%-
XYZ61.2773.0454.59-
YUV216.63107.89117.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=32.90%
G=37.62%
B=29.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022311810.1300.220.0994.851.0280.78
HexCAE7B5D01695f3351
Octal312347265150261113763121
Binary1100101011100111101101011101010110100110111111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7B5; }

 p { color: rgb(202,231,181); }

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

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

 a { background-color: rgb(202,231,181); }

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

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

 span { border-color: rgb(202,231,181); }

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