#CFFEB1

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

Shades of Tea Green #CFFEB1

Tints of Tea Green #CFFEB1

Color information

#CFFEB1 (or 0xCFFEB1) is unknown color: approx Tea Green. HEX triplet: CF, FE and B1. RGB value is (207,254,177). Sum of RGB (Red+Green+Blue) = 207+254+177=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFEB1 is #30014E. Grayscale: #E7E7E7. Windows color (decimal): -3146063 or 11665103. OLE color: 11665103.

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

Color convert

RGB207254177-
CMYK0.1900.300.00
HSL96.62º97.47%84.51%-
HSV(B)96.62º30.31%99.61%-
XYZ69.1187.3254.81-
YUV231.1797.43110.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=32.45%
G=39.81%
B=27.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541770.1900.300.0096.6297.4784.51
HexCFFEB11301E0616155
Octal317376261230360141141125
Binary110011111111111010110001100110111100110000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEB1; }

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

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

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

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

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

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

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

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