Html Css Color HEX #DBFBBB Tea Green

📋 copy color: '#DBFBBB'

red 219 ◦ green 251 ◦ blue 187

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

Shades of Tea Green #DBFBBB

Tints of Tea Green #DBFBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.46%

R = 33.33%
G = 38.2%
B = 28.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DBFBBB (or 0xDBFBBB) is known color: Tea Green. HEX triplet: DB, FB and BB. RGB value is (219,251,187). Sum of RGB (Red+Green+Blue) = 219+251+187=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBBB is #240444. Grayscale: #EAEAEA. Windows color (decimal): -2360389 or 12319707. OLE color: 12319707.

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

Color convert

RGB 219 251 187 -
CMYK 0.13 0 0.25 0.02
HSL 90º 0.89% 0.86% -
HSV(B) 90º 0.25% 0.98% -
XYZ 72.68 87.64 60.1 -
YUV 234.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 219 251 187 0.13 0 0.25 0.02 90 0.89 0.86
Hex DB FB BB D 0 19 2 5A 59 56
Octal 333 373 273 15 0 31 2 132 131 126
Binary 11011011 11111011 10111011 1101 0 11001 10 1011010 1011001 1010110

Color Harmonies of #DBFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBBB

Black with #DBFBBB

Text Example


Text Example

White with #DBFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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