#DBF3C2

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

Shades of Tea Green #DBF3C2

Tints of Tea Green #DBF3C2

Color information

#DBF3C2 (or 0xDBF3C2) is unknown color: approx Tea Green. HEX triplet: DB, F3 and C2. RGB value is (219,243,194). Sum of RGB (Red+Green+Blue) = 219+243+194=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3C2 is #240C3D. Grayscale: #E6E6E6. Windows color (decimal): -2362430 or 12776411. OLE color: 12776411.

HSL color Cylindrical-coordinate representation of color #DBF3C2: hue angle of 89.39º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBF3C2 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB219243194-
CMYK0.1000.200.05
HSL89.39º67.12%85.69%-
HSV(B)89.39º20.16%95.29%-
XYZ7183.0663.33-
YUV230.24107.55119.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 194 (76.17% from 255) = 29.57%
R=33.38%
G=37.04%
B=29.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431940.1000.200.0589.3967.1285.69
HexDBF3C2A0145594356
Octal333363302120245131103126
Binary1101101111110011110000101010010100101101100110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3C2; }

 p { color: rgb(219,243,194); }

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

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

 a { background-color: rgb(219,243,194); }

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

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

 span { border-color: rgb(219,243,194); }

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