#CFFDB1

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

Shades of Tea Green #CFFDB1

Tints of Tea Green #CFFDB1

Color information

#CFFDB1 (or 0xCFFDB1) is unknown color: approx Tea Green. HEX triplet: CF, FD and B1. RGB value is (207,253,177). Sum of RGB (Red+Green+Blue) = 207+253+177=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDB1 is #30024E. Grayscale: #E6E6E6. Windows color (decimal): -3146319 or 11664847. OLE color: 11664847.

HSL color Cylindrical-coordinate representation of color #CFFDB1: hue angle of 96.32º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFDB1 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB207253177-
CMYK0.1800.300.01
HSL96.32º95%84.31%-
HSV(B)96.32º30.04%99.22%-
XYZ68.7986.6954.7-
YUV230.5897.76111.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 177 (69.53% from 255) = 27.79%
R=32.50%
G=39.72%
B=27.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531770.1800.300.0196.329584.31
HexCFFDB11201E1605f54
Octal317375261220361140137124
Binary110011111111110110110001100100111101110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDB1; }

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

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

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

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

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

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

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

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