#124139

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

Shades of Deep Teal #124139

Tints of Deep Teal #124139

Color information

#124139 (or 0x124139) is unknown color: approx Deep Teal. HEX triplet: 12, 41 and 39. RGB value is (18,65,57). Sum of RGB (Red+Green+Blue) = 18+65+57=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #124139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124139 is #EDBEC6. Grayscale: #323232. Windows color (decimal): -15580871 or 3752210. OLE color: 3752210.

HSL color Cylindrical-coordinate representation of color #124139: hue angle of 169.79º degrees, saturation: 0.57, 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 #124139 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB186557-
CMYK0.7200.120.75
HSL169.79º56.63%16.27%-
HSV(B)169.79º72.31%25.49%-
XYZ2.884.24.53-
YUV50.04131.93105.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 57 (22.66% from 255) = 40.71%
R=12.86%
G=46.43%
B=40.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865570.7200.120.75169.7956.6316.27
Hex124139480C4Baa3910
Octal22101711100141132527120
Binary10010100000111100110010000110010010111010101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124139; }

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

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

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

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

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

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

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

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