#104437

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

Shades of Deep Teal #104437

Tints of Deep Teal #104437

Color information

#104437 (or 0x104437) is unknown color: approx Deep Teal. HEX triplet: 10, 44 and 37. RGB value is (16,68,55). Sum of RGB (Red+Green+Blue) = 16+68+55=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #104437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104437 is #EFBBC8. Grayscale: #323232. Windows color (decimal): -15711177 or 3621904. OLE color: 3621904.

HSL color Cylindrical-coordinate representation of color #104437: hue angle of 165º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104437 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB166855-
CMYK0.7600.190.73
HSL165º61.9%16.47%-
HSV(B)165º76.47%26.67%-
XYZ2.974.524.33-
YUV50.97130.27103.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=11.51%
G=48.92%
B=39.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668550.7600.190.7316561.916.47
Hex1044374C01349a53e10
Octal20104671140231112457620
Binary100001000100110111100110001001110010011010010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104437; }

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

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

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

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

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

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

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

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