#104239

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

Shades of Deep Teal #104239

Tints of Deep Teal #104239

Color information

#104239 (or 0x104239) is unknown color: approx Deep Teal. HEX triplet: 10, 42 and 39. RGB value is (16,66,57). Sum of RGB (Red+Green+Blue) = 16+66+57=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #104239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104239 is #EFBDC6. Grayscale: #323232. Windows color (decimal): -15711687 or 3752464. OLE color: 3752464.

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

Color convert

RGB166657-
CMYK0.7600.140.74
HSL169.2º60.98%16.08%-
HSV(B)169.2º75.76%25.88%-
XYZ2.94.34.55-
YUV50.02131.94103.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 57 (22.66% from 255) = 41.01%
R=11.51%
G=47.48%
B=41.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666570.7600.140.74169.260.9816.08
Hex1042394C0E4Aa93d10
Octal20102711140161122517520
Binary10000100001011100110011000111010010101010100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104239; }

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

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

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

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

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

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

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

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