#DCFFB4

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

Shades of Tea Green #DCFFB4

Tints of Tea Green #DCFFB4

Color information

#DCFFB4 (or 0xDCFFB4) is unknown color: approx Tea Green. HEX triplet: DC, FF and B4. RGB value is (220,255,180). Sum of RGB (Red+Green+Blue) = 220+255+180=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB4 is #23004B. Grayscale: #ECECEC. Windows color (decimal): -2293836 or 11861980. OLE color: 11861980.

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

Color convert

RGB220255180-
CMYK0.1400.290
HSL88º100%85.29%-
HSV(B)88º29.41%100%-
XYZ73.5190.0356.68-
YUV235.9896.4116.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=33.59%
G=38.93%
B=27.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202551800.1400.2908810085.29
HexDCFFB4E01D0586455
Octal334377264160350130144125
Binary11011100111111111011010011100111010101100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFB4; }

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

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

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

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

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

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

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

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