Html Css Color HEX #DBFFC3 Tea Green

📋 copy color: '#DBFFC3'

red 219 ◦ green 255 ◦ blue 195

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

Shades of Tea Green #DBFFC3

Tints of Tea Green #DBFFC3

RGB

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

 GREEN value IS 255 (100% from 255) = 38.12%

 BLUE value IS 195 (76.56% from 255) = 29.15%

R = 32.74%
G = 38.12%
B = 29.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#DBFFC3 (or 0xDBFFC3) is known color: Tea Green. HEX triplet: DB, FF and C3. RGB value is (219,255,195). Sum of RGB (Red+Green+Blue) = 219+255+195=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFC3 is #24003C. Grayscale: #EDEDED. Windows color (decimal): -2359357 or 12845019. OLE color: 12845019.

HSL color Cylindrical-coordinate representation of color #DBFFC3: hue angle of 96º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBFFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 195 -
CMYK 0.14 0 0.24 0
HSL 96º 1% 0.88% -
HSV(B) 96º 0.24% 1% -
XYZ 74.82 90.52 65.16 -
YUV 237.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 219 255 195 0.14 0 0.24 0 96 1 0.88
Hex DB FF C3 E 0 18 0 60 64 58
Octal 333 377 303 16 0 30 0 140 144 130
Binary 11011011 11111111 11000011 1110 0 11000 0 1100000 1100100 1011000

Color Harmonies of #DBFFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFC3

Black with #DBFFC3

Text Example


Text Example

White with #DBFFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFC3; }

 p { color: rgb(219,255,195); }

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

background-color css

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

 a { background-color: rgb(219,255,195); }

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

border-color css

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

 span { border-color: rgb(219,255,195); }

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