#104337

Color #104337 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #104337

Tints of Deep Teal #104337

Color information

#104337 (or 0x104337) is unknown color: approx Deep Teal. HEX triplet: 10, 43 and 37. RGB value is (16,67,55). Sum of RGB (Red+Green+Blue) = 16+67+55=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #104337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104337 is #EFBCC8. Grayscale: #323232. Windows color (decimal): -15711433 or 3621648. OLE color: 3621648.

HSL color Cylindrical-coordinate representation of color #104337: hue angle of 165.88º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104337 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB166755-
CMYK0.7600.180.74
HSL165.88º61.45%16.27%-
HSV(B)165.88º76.12%26.27%-
XYZ2.914.44.31-
YUV50.38130.6103.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=11.59%
G=48.55%
B=39.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667550.7600.180.74165.8861.4516.27
Hex1043374C0124Aa63d10
Octal20103671140221122467520
Binary100001000011110111100110001001010010101010011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104337; }

 p { color: rgb(16,67,55); }

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

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

 a { background-color: rgb(16,67,55); }

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

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

 span { border-color: rgb(16,67,55); }

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