Html Css Color HEX #DBFDC1 Tea Green

📋 copy color: '#DBFDC1'

red 219 ◦ green 253 ◦ blue 193

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

Shades of Tea Green #DBFDC1

Tints of Tea Green #DBFDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.02%

R = 32.93%
G = 38.05%
B = 29.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#DBFDC1 (or 0xDBFDC1) is known color: Tea Green. HEX triplet: DB, FD and C1. RGB value is (219,253,193). Sum of RGB (Red+Green+Blue) = 219+253+193=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDC1 is #24023E. Grayscale: #ECECEC. Windows color (decimal): -2359871 or 12713435. OLE color: 12713435.

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

Color convert

RGB 219 253 193 -
CMYK 0.13 0 0.24 0.01
HSL 94º 0.94% 0.87% -
HSV(B) 94º 0.24% 0.99% -
XYZ 73.96 89.16 63.76 -
YUV 235.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 219 253 193 0.13 0 0.24 0.01 94 0.94 0.87
Hex DB FD C1 D 0 18 1 5E 5E 57
Octal 333 375 301 15 0 30 1 136 136 127
Binary 11011011 11111101 11000001 1101 0 11000 1 1011110 1011110 1010111

Color Harmonies of #DBFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDC1

Black with #DBFDC1

Text Example


Text Example

White with #DBFDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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