#124137

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

Shades of Deep Teal #124137

Tints of Deep Teal #124137

Color information

#124137 (or 0x124137) is unknown color: approx Deep Teal. HEX triplet: 12, 41 and 37. RGB value is (18,65,55). Sum of RGB (Red+Green+Blue) = 18+65+55=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #124137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124137 is #EDBEC8. Grayscale: #313131. Windows color (decimal): -15580873 or 3621138. OLE color: 3621138.

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

Color convert

RGB186555-
CMYK0.7200.150.75
HSL167.23º56.63%16.27%-
HSV(B)167.23º72.31%25.49%-
XYZ2.834.194.27-
YUV49.81130.93105.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=13.04%
G=47.10%
B=39.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865550.7200.150.75167.2356.6316.27
Hex124137480F4Ba73910
Octal22101671100171132477120
Binary10010100000111011110010000111110010111010011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124137; }

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

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

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

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

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

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

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

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