#CFFFB6

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

Shades of Tea Green #CFFFB6

Tints of Tea Green #CFFFB6

Color information

#CFFFB6 (or 0xCFFFB6) is unknown color: approx Tea Green. HEX triplet: CF, FF and B6. RGB value is (207,255,182). Sum of RGB (Red+Green+Blue) = 207+255+182=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFB6 is #300049. Grayscale: #E8E8E8. Windows color (decimal): -3145802 or 11993039. OLE color: 11993039.

HSL color Cylindrical-coordinate representation of color #CFFFB6: hue angle of 99.45º 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 #CFFFB6 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB207255182-
CMYK0.1900.290
HSL99.45º100%85.69%-
HSV(B)99.45º28.63%100%-
XYZ69.9488.1657.59-
YUV232.3399.6109.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 182 (71.48% from 255) = 28.26%
R=32.14%
G=39.60%
B=28.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551820.1900.29099.4510085.69
HexCFFFB61301D0636456
Octal317377266230350143144126
Binary110011111111111110110110100110111010110001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFB6; }

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

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

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

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

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

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

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

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