#CFFFB4

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

Shades of Tea Green #CFFFB4

Tints of Tea Green #CFFFB4

Color information

#CFFFB4 (or 0xCFFFB4) is unknown color: approx Tea Green. HEX triplet: CF, FF and B4. RGB value is (207,255,180). Sum of RGB (Red+Green+Blue) = 207+255+180=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFB4 is #30004B. Grayscale: #E8E8E8. Windows color (decimal): -3145804 or 11861967. OLE color: 11861967.

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

Color convert

RGB207255180-
CMYK0.1900.290
HSL98.4º100%85.29%-
HSV(B)98.4º29.41%100%-
XYZ69.7388.0856.51-
YUV232.198.6110.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 180 (70.70% from 255) = 28.04%
R=32.24%
G=39.72%
B=28.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551800.1900.29098.410085.29
HexCFFFB41301D0626455
Octal317377264230350142144125
Binary110011111111111110110100100110111010110001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFB4; }

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

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

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

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

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

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

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

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