#CFFEB6

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

Shades of Tea Green #CFFEB6

Tints of Tea Green #CFFEB6

Color information

#CFFEB6 (or 0xCFFEB6) is unknown color: approx Tea Green. HEX triplet: CF, FE and B6. RGB value is (207,254,182). Sum of RGB (Red+Green+Blue) = 207+254+182=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEB6 is #300149. Grayscale: #E7E7E7. Windows color (decimal): -3146058 or 11992783. OLE color: 11992783.

HSL color Cylindrical-coordinate representation of color #CFFEB6: hue angle of 99.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFEB6 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB207254182-
CMYK0.1900.280.00
HSL99.17º97.3%85.49%-
HSV(B)99.17º28.35%99.61%-
XYZ69.6287.5357.48-
YUV231.7499.93110.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 182 (71.48% from 255) = 28.30%
R=32.19%
G=39.50%
B=28.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541820.1900.280.0099.1797.385.49
HexCFFEB61301C0636155
Octal317376266230340143141125
Binary110011111111111010110110100110111000110001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEB6; }

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

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

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

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

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

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

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

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