Html Css Color HEX #DFFFC0 Tea Green

📋 copy color: '#DFFFC0'

red 223 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #DFFFC0

Tints of Tea Green #DFFFC0

RGB

 RED value IS 223 (87.5% from 255) = 33.28%

 GREEN value IS 255 (100% from 255) = 38.06%

 BLUE value IS 192 (75.39% from 255) = 28.66%

R = 33.28%
G = 38.06%
B = 28.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#DFFFC0 (or 0xDFFFC0) is known color: Tea Green. HEX triplet: DF, FF and C0. RGB value is (223,255,192). Sum of RGB (Red+Green+Blue) = 223+255+192=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFC0 is #20003F. Grayscale: #EEEEEE. Windows color (decimal): -2097216 or 12648415. OLE color: 12648415.

HSL color Cylindrical-coordinate representation of color #DFFFC0: hue angle of 90.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFFC0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 223 255 192 -
CMYK 0.13 0 0.25 0
HSL 90.48º 1% 0.88% -
HSV(B) 90.48º 0.25% 1% -
XYZ 75.71 91.01 63.45 -
YUV 238.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 223 255 192 0.13 0 0.25 0 90.48 1 0.88
Hex DF FF C0 D 0 19 0 5A 64 58
Octal 337 377 300 15 0 31 0 132 144 130
Binary 11011111 11111111 11000000 1101 0 11001 0 1011010 1100100 1011000

Color Harmonies of #DFFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFFC0

Black with #DFFFC0

Text Example


Text Example

White with #DFFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFFC0; }

 p { color: rgb(223,255,192); }

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

background-color css

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

 a { background-color: rgb(223,255,192); }

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

border-color css

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

 span { border-color: rgb(223,255,192); }

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