Html Css Color HEX #DCFCB9 Tea Green

📋 copy color: '#DCFCB9'

red 220 ◦ green 252 ◦ blue 185

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

Shades of Tea Green #DCFCB9

Tints of Tea Green #DCFCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.16%

R = 33.49%
G = 38.36%
B = 28.16%

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

#DCFCB9 (or 0xDCFCB9) is known color: Tea Green. HEX triplet: DC, FC and B9. RGB value is (220,252,185). Sum of RGB (Red+Green+Blue) = 220+252+185=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB9 is #230346. Grayscale: #EBEBEB. Windows color (decimal): -2294599 or 12188892. OLE color: 12188892.

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

Color convert

RGB 220 252 185 -
CMYK 0.13 0 0.27 0.01
HSL 88.66º 0.92% 0.86% -
HSV(B) 88.66º 0.27% 0.99% -
XYZ 73.08 88.34 59.1 -
YUV 234.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 220 252 185 0.13 0 0.27 0.01 88.66 0.92 0.86
Hex DC FC B9 D 0 1B 1 59 5C 56
Octal 334 374 271 15 0 33 1 131 134 126
Binary 11011100 11111100 10111001 1101 0 11011 1 1011001 1011100 1010110

Color Harmonies of #DCFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB9

Black with #DCFCB9

Text Example


Text Example

White with #DCFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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