#DDFFB4

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

Shades of Tea Green #DDFFB4

Tints of Tea Green #DDFFB4

Color information

#DDFFB4 (or 0xDDFFB4) is unknown color: approx Tea Green. HEX triplet: DD, FF and B4. RGB value is (221,255,180). Sum of RGB (Red+Green+Blue) = 221+255+180=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFB4 is #22004B. Grayscale: #ECECEC. Windows color (decimal): -2228300 or 11861981. OLE color: 11861981.

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

Color convert

RGB221255180-
CMYK0.1300.290
HSL87.2º100%85.29%-
HSV(B)87.2º29.41%100%-
XYZ73.8290.1956.7-
YUV236.2896.24117.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 180 (70.70% from 255) = 27.44%
R=33.69%
G=38.87%
B=27.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551800.1300.29087.210085.29
HexDDFFB4D01D0576455
Octal335377264150350127144125
Binary11011101111111111011010011010111010101011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFB4; }

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

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

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

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

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

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

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

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