#CFFCB4

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

Shades of Tea Green #CFFCB4

Tints of Tea Green #CFFCB4

Color information

#CFFCB4 (or 0xCFFCB4) is unknown color: approx Tea Green. HEX triplet: CF, FC and B4. RGB value is (207,252,180). Sum of RGB (Red+Green+Blue) = 207+252+180=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCB4 is #30034B. Grayscale: #E6E6E6. Windows color (decimal): -3146572 or 11861199. OLE color: 11861199.

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

Color convert

RGB207252180-
CMYK0.1800.290.01
HSL97.5º92.31%84.71%-
HSV(B)97.5º28.57%98.82%-
XYZ68.7886.1856.19-
YUV230.3499.59111.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 180 (70.70% from 255) = 28.17%
R=32.39%
G=39.44%
B=28.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521800.1800.290.0197.592.3184.71
HexCFFCB41201D1625c55
Octal317374264220351142134125
Binary110011111111110010110100100100111011110001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCB4; }

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

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

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

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

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

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

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

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