Html Css Color HEX #DBF8B7 Tea Green

📋 copy color: '#DBF8B7'

red 219 ◦ green 248 ◦ blue 183

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

Shades of Tea Green #DBF8B7

Tints of Tea Green #DBF8B7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.15%

 BLUE value IS 183 (71.88% from 255) = 28.15%

R = 33.69%
G = 38.15%
B = 28.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#DBF8B7 (or 0xDBF8B7) is known color: Tea Green. HEX triplet: DB, F8 and B7. RGB value is (219,248,183). Sum of RGB (Red+Green+Blue) = 219+248+183=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8B7 is #240748. Grayscale: #E8E8E8. Windows color (decimal): -2361161 or 12056795. OLE color: 12056795.

HSL color Cylindrical-coordinate representation of color #DBF8B7: hue angle of 86.77º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF8B7 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 183 -
CMYK 0.12 0 0.26 0.03
HSL 86.77º 0.82% 0.85% -
HSV(B) 86.77º 0.26% 0.97% -
XYZ 71.33 85.61 57.57 -
YUV 231.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 219 248 183 0.12 0 0.26 0.03 86.77 0.82 0.85
Hex DB F8 B7 C 0 1A 3 57 52 55
Octal 333 370 267 14 0 32 3 127 122 125
Binary 11011011 11111000 10110111 1100 0 11010 11 1010111 1010010 1010101

Color Harmonies of #DBF8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8B7

Black with #DBF8B7

Text Example


Text Example

White with #DBF8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8B7; }

 p { color: rgb(219,248,183); }

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

background-color css

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

 a { background-color: rgb(219,248,183); }

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

border-color css

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

 span { border-color: rgb(219,248,183); }

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