#CAFFB9

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

Shades of Tea Green #CAFFB9

Tints of Tea Green #CAFFB9

Color information

#CAFFB9 (or 0xCAFFB9) is unknown color: approx Tea Green. HEX triplet: CA, FF and B9. RGB value is (202,255,185). Sum of RGB (Red+Green+Blue) = 202+255+185=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB9 is #350046. Grayscale: #E7E7E7. Windows color (decimal): -3473479 or 12189642. OLE color: 12189642.

HSL color Cylindrical-coordinate representation of color #CAFFB9: hue angle of 105.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAFFB9 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB202255185-
CMYK0.2100.270
HSL105.43º100%86.27%-
HSV(B)105.43º27.45%100%-
XYZ68.8787.5859.17-
YUV231.17101.94107.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 185 (72.66% from 255) = 28.82%
R=31.46%
G=39.72%
B=28.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551850.2100.270105.4310086.27
HexCAFFB91501B0696456
Octal312377271250330151144126
Binary110010101111111110111001101010110110110100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFB9; }

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

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

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

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

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

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

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

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