#CFFEBA

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

Shades of Tea Green #CFFEBA

Tints of Tea Green #CFFEBA

Color information

#CFFEBA (or 0xCFFEBA) is unknown color: approx Tea Green. HEX triplet: CF, FE and BA. RGB value is (207,254,186). Sum of RGB (Red+Green+Blue) = 207+254+186=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEBA is #300145. Grayscale: #E8E8E8. Windows color (decimal): -3146054 or 12254927. OLE color: 12254927.

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

Color convert

RGB207254186-
CMYK0.1900.270.00
HSL101.47º97.14%86.27%-
HSV(B)101.47º26.77%99.61%-
XYZ70.0487.6959.69-
YUV232.2101.93110.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.99%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 186 (73.05% from 255) = 28.75%
R=31.99%
G=39.26%
B=28.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541860.1900.270.00101.4797.1486.27
HexCFFEBA1301B0656156
Octal317376272230330145141126
Binary110011111111111010111010100110110110110010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEBA; }

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

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

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

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

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

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

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

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