Html Css Color HEX #DCFCB6 Tea Green

📋 copy color: '#DCFCB6'

red 220 ◦ green 252 ◦ blue 182

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

Shades of Tea Green #DCFCB6

Tints of Tea Green #DCFCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.83%

R = 33.64%
G = 38.53%
B = 27.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#DCFCB6 (or 0xDCFCB6) is known color: Tea Green. HEX triplet: DC, FC and B6. RGB value is (220,252,182). Sum of RGB (Red+Green+Blue) = 220+252+182=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB6 is #230349. Grayscale: #EAEAEA. Windows color (decimal): -2294602 or 11992284. OLE color: 11992284.

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

Color convert

RGB 220 252 182 -
CMYK 0.13 0 0.28 0.01
HSL 87.43º 0.92% 0.85% -
HSV(B) 87.43º 0.28% 0.99% -
XYZ 72.77 88.21 57.45 -
YUV 234.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 220 252 182 0.13 0 0.28 0.01 87.43 0.92 0.85
Hex DC FC B6 D 0 1C 1 57 5C 55
Octal 334 374 266 15 0 34 1 127 134 125
Binary 11011100 11111100 10110110 1101 0 11100 1 1010111 1011100 1010101

Color Harmonies of #DCFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB6

Black with #DCFCB6

Text Example


Text Example

White with #DCFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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