Html Css Color HEX #DCFCB8 Tea Green

📋 copy color: '#DCFCB8'

red 220 ◦ green 252 ◦ blue 184

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

Shades of Tea Green #DCFCB8

Tints of Tea Green #DCFCB8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

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

R = 33.54%
G = 38.41%
B = 28.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#DCFCB8 (or 0xDCFCB8) is known color: Tea Green. HEX triplet: DC, FC and B8. RGB value is (220,252,184). Sum of RGB (Red+Green+Blue) = 220+252+184=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB8 is #230347. Grayscale: #EAEAEA. Windows color (decimal): -2294600 or 12123356. OLE color: 12123356.

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

Color convert

RGB 220 252 184 -
CMYK 0.13 0 0.27 0.01
HSL 88.24º 0.92% 0.85% -
HSV(B) 88.24º 0.27% 0.99% -
XYZ 72.98 88.3 58.54 -
YUV 234.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 220 252 184 0.13 0 0.27 0.01 88.24 0.92 0.85
Hex DC FC B8 D 0 1B 1 58 5C 55
Octal 334 374 270 15 0 33 1 130 134 125
Binary 11011100 11111100 10111000 1101 0 11011 1 1011000 1011100 1010101

Color Harmonies of #DCFCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB8

Black with #DCFCB8

Text Example


Text Example

White with #DCFCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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