Html Css Color HEX #DBF2BC Tea Green

📋 copy color: '#DBF2BC'

red 219 ◦ green 242 ◦ blue 188

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

Shades of Tea Green #DBF2BC

Tints of Tea Green #DBF2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

 BLUE value IS 188 (73.83% from 255) = 28.97%

R = 33.74%
G = 37.29%
B = 28.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#DBF2BC (or 0xDBF2BC) is known color: Tea Green. HEX triplet: DB, F2 and BC. RGB value is (219,242,188). Sum of RGB (Red+Green+Blue) = 219+242+188=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2BC is #240D43. Grayscale: #E5E5E5. Windows color (decimal): -2362692 or 12382939. OLE color: 12382939.

HSL color Cylindrical-coordinate representation of color #DBF2BC: hue angle of 85.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBF2BC is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 188 -
CMYK 0.10 0 0.22 0.05
HSL 85.56º 0.68% 0.84% -
HSV(B) 85.56º 0.22% 0.95% -
XYZ 70.04 82.2 59.75 -
YUV 228.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 219 242 188 0.10 0 0.22 0.05 85.56 0.68 0.84
Hex DB F2 BC A 0 16 5 56 44 54
Octal 333 362 274 12 0 26 5 126 104 124
Binary 11011011 11110010 10111100 1010 0 10110 101 1010110 1000100 1010100

Color Harmonies of #DBF2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2BC

Black with #DBF2BC

Text Example


Text Example

White with #DBF2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2BC; }

 p { color: rgb(219,242,188); }

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

background-color css

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

 a { background-color: rgb(219,242,188); }

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

border-color css

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

 span { border-color: rgb(219,242,188); }

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