#CAEEB3

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

Shades of Tea Green #CAEEB3

Tints of Tea Green #CAEEB3

Color information

#CAEEB3 (or 0xCAEEB3) is unknown color: approx Tea Green. HEX triplet: CA, EE and B3. RGB value is (202,238,179). Sum of RGB (Red+Green+Blue) = 202+238+179=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB3 is #35114C. Grayscale: #DCDCDC. Windows color (decimal): -3477837 or 11792074. OLE color: 11792074.

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

Color convert

RGB202238179-
CMYK0.1500.250.07
HSL96.61º63.44%81.76%-
HSV(B)96.61º24.79%93.33%-
XYZ63.0776.9654.18-
YUV220.51104.57114.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 179 (70.31% from 255) = 28.92%
R=32.63%
G=38.45%
B=28.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381790.1500.250.0796.6163.4481.76
HexCAEEB3F0197613f52
Octal31235626317031714177122
Binary110010101110111010110011111101100111111000011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEB3; }

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

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

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

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

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

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

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

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