#CFFEB4

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

Shades of Tea Green #CFFEB4

Tints of Tea Green #CFFEB4

Color information

#CFFEB4 (or 0xCFFEB4) is unknown color: approx Tea Green. HEX triplet: CF, FE and B4. RGB value is (207,254,180). Sum of RGB (Red+Green+Blue) = 207+254+180=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEB4 is #30014B. Grayscale: #E7E7E7. Windows color (decimal): -3146060 or 11861711. OLE color: 11861711.

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

Color convert

RGB207254180-
CMYK0.1900.290.00
HSL98.11º97.37%85.1%-
HSV(B)98.11º29.13%99.61%-
XYZ69.4187.4456.4-
YUV231.5198.93110.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=32.29%
G=39.63%
B=28.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541800.1900.290.0098.1197.3785.1
HexCFFEB41301D0626155
Octal317376264230350142141125
Binary110011111111111010110100100110111010110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEB4; }

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

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

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

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

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

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

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

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