#104439

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

Shades of Deep Teal #104439

Tints of Deep Teal #104439

Color information

#104439 (or 0x104439) is unknown color: approx Deep Teal. HEX triplet: 10, 44 and 39. RGB value is (16,68,57). Sum of RGB (Red+Green+Blue) = 16+68+57=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #104439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104439 is #EFBBC6. Grayscale: #333333. Windows color (decimal): -15711175 or 3752976. OLE color: 3752976.

HSL color Cylindrical-coordinate representation of color #104439: hue angle of 167.31º 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 #104439 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB166857-
CMYK0.7600.160.73
HSL167.31º61.9%16.47%-
HSV(B)167.31º76.47%26.67%-
XYZ3.024.544.59-
YUV51.2131.27102.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=11.35%
G=48.23%
B=40.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668570.7600.160.73167.3161.916.47
Hex1044394C01049a73e10
Octal20104711140201112477620
Binary100001000100111001100110001000010010011010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104439; }

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

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

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

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

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

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

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

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