Html Css Color HEX #DBFBC1 Tea Green

📋 copy color: '#DBFBC1'

red 219 ◦ green 251 ◦ blue 193

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

Shades of Tea Green #DBFBC1

Tints of Tea Green #DBFBC1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.86%

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

R = 33.03%
G = 37.86%
B = 29.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#DBFBC1 (or 0xDBFBC1) is known color: Tea Green. HEX triplet: DB, FB and C1. RGB value is (219,251,193). Sum of RGB (Red+Green+Blue) = 219+251+193=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC1 is #24043E. Grayscale: #EBEBEB. Windows color (decimal): -2360383 or 12712923. OLE color: 12712923.

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

Color convert

RGB 219 251 193 -
CMYK 0.13 0 0.23 0.02
HSL 93.1º 0.88% 0.87% -
HSV(B) 93.1º 0.23% 0.98% -
XYZ 73.34 87.9 63.55 -
YUV 234.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 219 251 193 0.13 0 0.23 0.02 93.1 0.88 0.87
Hex DB FB C1 D 0 17 2 5D 58 57
Octal 333 373 301 15 0 27 2 135 130 127
Binary 11011011 11111011 11000001 1101 0 10111 10 1011101 1011000 1010111

Color Harmonies of #DBFBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBC1

Black with #DBFBC1

Text Example


Text Example

White with #DBFBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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