#124136

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

Shades of Deep Teal #124136

Tints of Deep Teal #124136

Color information

#124136 (or 0x124136) is unknown color: approx Deep Teal. HEX triplet: 12, 41 and 36. RGB value is (18,65,54). Sum of RGB (Red+Green+Blue) = 18+65+54=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #124136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124136 is #EDBEC9. Grayscale: #313131. Windows color (decimal): -15580874 or 3555602. OLE color: 3555602.

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

Color convert

RGB186554-
CMYK0.7200.170.75
HSL165.96º56.63%16.27%-
HSV(B)165.96º72.31%25.49%-
XYZ2.814.184.15-
YUV49.69130.43105.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=13.14%
G=47.45%
B=39.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865540.7200.170.75165.9656.6316.27
Hex124136480114Ba63910
Octal22101661100211132467120
Binary100101000001110110100100001000110010111010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124136; }

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

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

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

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

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

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

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

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