#124039

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

Shades of Deep Teal #124039

Tints of Deep Teal #124039

Color information

#124039 (or 0x124039) is unknown color: approx Deep Teal. HEX triplet: 12, 40 and 39. RGB value is (18,64,57). Sum of RGB (Red+Green+Blue) = 18+64+57=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #124039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124039 is #EDBFC6. Grayscale: #313131. Windows color (decimal): -15581127 or 3751954. OLE color: 3751954.

HSL color Cylindrical-coordinate representation of color #124039: hue angle of 170.87º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124039 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB186457-
CMYK0.7200.110.75
HSL170.87º56.1%16.08%-
HSV(B)170.87º71.88%25.1%-
XYZ2.824.094.51-
YUV49.45132.26105.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 57 (22.66% from 255) = 41.01%
R=12.95%
G=46.04%
B=41.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864570.7200.110.75170.8756.116.08
Hex124039480B4Bab3810
Octal22100711100131132537020
Binary10010100000011100110010000101110010111010101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124039; }

 p { color: rgb(18,64,57); }

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

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

 a { background-color: rgb(18,64,57); }

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

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

 span { border-color: rgb(18,64,57); }

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