Html Css Color HEX #DCFDBA Tea Green

📋 copy color: '#DCFDBA'

red 220 ◦ green 253 ◦ blue 186

#DCFDBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DCFDBA

Tints of Tea Green #DCFDBA

RGB

 RED value IS 220 (86.33% from 255) = 33.38%

 GREEN value IS 253 (99.22% from 255) = 38.39%

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 33.38%
G = 38.39%
B = 28.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#DCFDBA (or 0xDCFDBA) is known color: Tea Green. HEX triplet: DC, FD and BA. RGB value is (220,253,186). Sum of RGB (Red+Green+Blue) = 220+253+186=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDBA is #230245. Grayscale: #EBEBEB. Windows color (decimal): -2294342 or 12254684. OLE color: 12254684.

HSL color Cylindrical-coordinate representation of color #DCFDBA: hue angle of 89.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFDBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 186 -
CMYK 0.13 0 0.26 0.01
HSL 89.55º 0.94% 0.86% -
HSV(B) 89.55º 0.26% 0.99% -
XYZ 73.5 89.01 59.76 -
YUV 235.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 220 253 186 0.13 0 0.26 0.01 89.55 0.94 0.86
Hex DC FD BA D 0 1A 1 5A 5E 56
Octal 334 375 272 15 0 32 1 132 136 126
Binary 11011100 11111101 10111010 1101 0 11010 1 1011010 1011110 1010110

Color Harmonies of #DCFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFDBA

Black with #DCFDBA

Text Example


Text Example

White with #DCFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFDBA; }

 p { color: rgb(220,253,186); }

 H1.HeaderClassName
 {
   color: #DCFDBA;
 }
 .AnyTagClassName
 {
   color: #DCFDBA;
 }
</style>

background-color css

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

 a { background-color: rgb(220,253,186); }

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

border-color css

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

 span { border-color: rgb(220,253,186); }

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