#CAFFB6

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

Shades of Tea Green #CAFFB6

Tints of Tea Green #CAFFB6

Color information

#CAFFB6 (or 0xCAFFB6) is unknown color: approx Tea Green. HEX triplet: CA, FF and B6. RGB value is (202,255,182). Sum of RGB (Red+Green+Blue) = 202+255+182=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB6 is #350049. Grayscale: #E7E7E7. Windows color (decimal): -3473482 or 11993034. OLE color: 11993034.

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

Color convert

RGB202255182-
CMYK0.2100.290
HSL103.56º100%85.69%-
HSV(B)103.56º28.63%100%-
XYZ68.5687.4557.52-
YUV230.83100.44107.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.61%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 182 (71.48% from 255) = 28.48%
R=31.61%
G=39.91%
B=28.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551820.2100.290103.5610085.69
HexCAFFB61501D0686456
Octal312377266250350150144126
Binary110010101111111110110110101010111010110100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFB6; }

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

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

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

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

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

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

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

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