Html Css Color HEX #DBFFC0 Tea Green

📋 copy color: '#DBFFC0'

red 219 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #DBFFC0

Tints of Tea Green #DBFFC0

RGB

 RED value IS 219 (85.94% from 255) = 32.88%

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

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

R = 32.88%
G = 38.29%
B = 28.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#DBFFC0 (or 0xDBFFC0) is known color: Tea Green. HEX triplet: DB, FF and C0. RGB value is (219,255,192). Sum of RGB (Red+Green+Blue) = 219+255+192=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFC0 is #24003F. Grayscale: #EDEDED. Windows color (decimal): -2359360 or 12648411. OLE color: 12648411.

HSL color Cylindrical-coordinate representation of color #DBFFC0: hue angle of 94.29º 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 #DBFFC0 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 192 -
CMYK 0.14 0 0.25 0
HSL 94.29º 1% 0.88% -
HSV(B) 94.29º 0.25% 1% -
XYZ 74.49 90.39 63.39 -
YUV 237.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 219 255 192 0.14 0 0.25 0 94.29 1 0.88
Hex DB FF C0 E 0 19 0 5E 64 58
Octal 333 377 300 16 0 31 0 136 144 130
Binary 11011011 11111111 11000000 1110 0 11001 0 1011110 1100100 1011000

Color Harmonies of #DBFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFC0

Black with #DBFFC0

Text Example


Text Example

White with #DBFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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