#CAE1BB

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

Shades of Tea Green #CAE1BB

Tints of Tea Green #CAE1BB

Color information

#CAE1BB (or 0xCAE1BB) is unknown color: approx Tea Green. HEX triplet: CA, E1 and BB. RGB value is (202,225,187). Sum of RGB (Red+Green+Blue) = 202+225+187=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1BB is #351E44. Grayscale: #D5D5D5. Windows color (decimal): -3481157 or 12313034. OLE color: 12313034.

HSL color Cylindrical-coordinate representation of color #CAE1BB: hue angle of 96.32º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE1BB is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB202225187-
CMYK0.1000.170.12
HSL96.32º38.78%80.78%-
HSV(B)96.32º16.89%88.24%-
XYZ60.2569.9957.35-
YUV213.79112.88119.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=32.90%
G=36.64%
B=30.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251870.1000.170.1296.3238.7880.78
HexCAE1BBA011C602751
Octal312341273120211414047121
Binary1100101011100001101110111010010001110011000001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1BB; }

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

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

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

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

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

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

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

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