Html Css Color HEX #DCFBB8 Tea Green

📋 copy color: '#DCFBB8'

red 220 ◦ green 251 ◦ blue 184

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

Shades of Tea Green #DCFBB8

Tints of Tea Green #DCFBB8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.32%

 BLUE value IS 184 (72.27% from 255) = 28.09%

R = 33.59%
G = 38.32%
B = 28.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#DCFBB8 (or 0xDCFBB8) is known color: Tea Green. HEX triplet: DC, FB and B8. RGB value is (220,251,184). Sum of RGB (Red+Green+Blue) = 220+251+184=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBB8 is #230447. Grayscale: #EAEAEA. Windows color (decimal): -2294856 or 12123100. OLE color: 12123100.

HSL color Cylindrical-coordinate representation of color #DCFBB8: hue angle of 87.76º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFBB8 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 184 -
CMYK 0.12 0 0.27 0.02
HSL 87.76º 0.89% 0.85% -
HSV(B) 87.76º 0.27% 0.98% -
XYZ 72.66 87.67 58.44 -
YUV 234.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 220 251 184 0.12 0 0.27 0.02 87.76 0.89 0.85
Hex DC FB B8 C 0 1B 2 58 59 55
Octal 334 373 270 14 0 33 2 130 131 125
Binary 11011100 11111011 10111000 1100 0 11011 10 1011000 1011001 1010101

Color Harmonies of #DCFBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBB8

Black with #DCFBB8

Text Example


Text Example

White with #DCFBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBB8; }

 p { color: rgb(220,251,184); }

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

background-color css

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

 a { background-color: rgb(220,251,184); }

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

border-color css

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

 span { border-color: rgb(220,251,184); }

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