#CAEEB9

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

Shades of Tea Green #CAEEB9

Tints of Tea Green #CAEEB9

Color information

#CAEEB9 (or 0xCAEEB9) is unknown color: approx Tea Green. HEX triplet: CA, EE and B9. RGB value is (202,238,185). Sum of RGB (Red+Green+Blue) = 202+238+185=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEB9 is #351146. Grayscale: #DDDDDD. Windows color (decimal): -3477831 or 12185290. OLE color: 12185290.

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

Color convert

RGB202238185-
CMYK0.1500.220.07
HSL100.75º60.92%82.94%-
HSV(B)100.75º22.27%93.33%-
XYZ63.6977.2157.44-
YUV221.19107.57114.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=32.32%
G=38.08%
B=29.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381850.1500.220.07100.7560.9282.94
HexCAEEB9F0167653d53
Octal31235627117026714575123
Binary110010101110111010111001111101011011111001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEB9; }

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

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

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

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

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

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

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

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