#CAEEB5

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

Shades of Tea Green #CAEEB5

Tints of Tea Green #CAEEB5

Color information

#CAEEB5 (or 0xCAEEB5) is unknown color: approx Tea Green. HEX triplet: CA, EE and B5. RGB value is (202,238,181). Sum of RGB (Red+Green+Blue) = 202+238+181=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB5 is #35114A. Grayscale: #DCDCDC. Windows color (decimal): -3477835 or 11923146. OLE color: 11923146.

HSL color Cylindrical-coordinate representation of color #CAEEB5: hue angle of 97.89º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAEEB5 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB202238181-
CMYK0.1500.240.07
HSL97.89º62.64%82.16%-
HSV(B)97.89º23.95%93.33%-
XYZ63.2777.0455.25-
YUV220.74105.57114.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 181 (71.09% from 255) = 29.15%
R=32.53%
G=38.33%
B=29.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381810.1500.240.0797.8962.6482.16
HexCAEEB5F0187623f52
Octal31235626517030714277122
Binary110010101110111010110101111101100011111000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEB5; }

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

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

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

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

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

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

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

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