Html Css Color HEX #DBFDC2 Tea Green

📋 copy color: '#DBFDC2'

red 219 ◦ green 253 ◦ blue 194

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

Shades of Tea Green #DBFDC2

Tints of Tea Green #DBFDC2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

 BLUE value IS 194 (76.17% from 255) = 29.13%

R = 32.88%
G = 37.99%
B = 29.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#DBFDC2 (or 0xDBFDC2) is known color: Tea Green. HEX triplet: DB, FD and C2. RGB value is (219,253,194). Sum of RGB (Red+Green+Blue) = 219+253+194=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC2 is #24023D. Grayscale: #ECECEC. Windows color (decimal): -2359870 or 12778971. OLE color: 12778971.

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

Color convert

RGB 219 253 194 -
CMYK 0.13 0 0.23 0.01
HSL 94.58º 0.94% 0.88% -
HSV(B) 94.58º 0.23% 0.99% -
XYZ 74.08 89.21 64.35 -
YUV 236.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 219 253 194 0.13 0 0.23 0.01 94.58 0.94 0.88
Hex DB FD C2 D 0 17 1 5F 5E 58
Octal 333 375 302 15 0 27 1 137 136 130
Binary 11011011 11111101 11000010 1101 0 10111 1 1011111 1011110 1011000

Color Harmonies of #DBFDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDC2

Black with #DBFDC2

Text Example


Text Example

White with #DBFDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDC2; }

 p { color: rgb(219,253,194); }

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

background-color css

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

 a { background-color: rgb(219,253,194); }

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

border-color css

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

 span { border-color: rgb(219,253,194); }

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