#CFFDB4

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

Shades of Tea Green #CFFDB4

Tints of Tea Green #CFFDB4

Color information

#CFFDB4 (or 0xCFFDB4) is unknown color: approx Tea Green. HEX triplet: CF, FD and B4. RGB value is (207,253,180). Sum of RGB (Red+Green+Blue) = 207+253+180=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB4 is #30024B. Grayscale: #E7E7E7. Windows color (decimal): -3146316 or 11861455. OLE color: 11861455.

HSL color Cylindrical-coordinate representation of color #CFFDB4: hue angle of 97.81º degrees, saturation: 0.95, 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 #CFFDB4 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB207253180-
CMYK0.1800.290.01
HSL97.81º94.81%84.9%-
HSV(B)97.81º28.85%99.22%-
XYZ69.186.8156.29-
YUV230.9299.26110.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 253 (99.22% from 255) = 39.53%
BLUE value IS 180 (70.70% from 255) = 28.12%
R=32.34%
G=39.53%
B=28.12%

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
Decimal2072531800.1800.290.0197.8194.8184.9
HexCFFDB41201D1625f55
Octal317375264220351142137125
Binary110011111111110110110100100100111011110001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDB4; }

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

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

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

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

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

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

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

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