#DBF9C1

Color #DBF9C1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #DBF9C1

Tints of Tea Green #DBF9C1

Color information

#DBF9C1 (or 0xDBF9C1) is unknown color: approx Tea Green. HEX triplet: DB, F9 and C1. RGB value is (219,249,193). Sum of RGB (Red+Green+Blue) = 219+249+193=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9C1 is #24063E. Grayscale: #E9E9E9. Windows color (decimal): -2360895 or 12712411. OLE color: 12712411.

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

Color convert

RGB219249193-
CMYK0.1200.220.02
HSL92.14º82.35%86.67%-
HSV(B)92.14º22.49%97.65%-
XYZ72.7186.6663.35-
YUV233.65105.06117.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 193 (75.78% from 255) = 29.20%
R=33.13%
G=37.67%
B=29.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192491930.1200.220.0292.1482.3586.67
HexDBF9C1C01625c5257
Octal333371301140262134122127
Binary110110111111100111000001110001011010101110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9C1; }

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

 H1.HeaderClassName
 {
   color: #DBF9C1;
 }
 .AnyTagClassName
 {
   color: #DBF9C1;
 }
</style>
background-color css

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

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

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

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

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

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