#CFFDB3

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

Shades of Tea Green #CFFDB3

Tints of Tea Green #CFFDB3

Color information

#CFFDB3 (or 0xCFFDB3) is unknown color: approx Tea Green. HEX triplet: CF, FD and B3. RGB value is (207,253,179). Sum of RGB (Red+Green+Blue) = 207+253+179=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB3 is #30024C. Grayscale: #E7E7E7. Windows color (decimal): -3146317 or 11795919. OLE color: 11795919.

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

Color convert

RGB207253179-
CMYK0.1800.290.01
HSL97.3º94.87%84.71%-
HSV(B)97.3º29.25%99.22%-
XYZ68.9986.7755.76-
YUV230.8198.76111.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 179 (70.31% from 255) = 28.01%
R=32.39%
G=39.59%
B=28.01%

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
Decimal2072531790.1800.290.0197.394.8784.71
HexCFFDB31201D1615f55
Octal317375263220351141137125
Binary110011111111110110110011100100111011110000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDB3; }

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

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

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

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

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

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

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

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