#CAE5B5

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

Shades of Tea Green #CAE5B5

Tints of Tea Green #CAE5B5

Color information

#CAE5B5 (or 0xCAE5B5) is unknown color: approx Tea Green. HEX triplet: CA, E5 and B5. RGB value is (202,229,181). Sum of RGB (Red+Green+Blue) = 202+229+181=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5B5 is #351A4A. Grayscale: #D7D7D7. Windows color (decimal): -3480139 or 11920842. OLE color: 11920842.

HSL color Cylindrical-coordinate representation of color #CAE5B5: hue angle of 93.75º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAE5B5 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB202229181-
CMYK0.1200.210.10
HSL93.75º48%80.39%-
HSV(B)93.75º20.96%89.8%-
XYZ60.7271.9354.4-
YUV215.46108.55118.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 229 (89.84% from 255) = 37.42%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=33.01%
G=37.42%
B=29.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291810.1200.210.1093.754880.39
HexCAE5B5C015A5e3050
Octal312345265140251213660120
Binary1100101011100101101101011100010101101010111101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5B5; }

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

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

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

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

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

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

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

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