#124237

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

Shades of Deep Teal #124237

Tints of Deep Teal #124237

Color information

#124237 (or 0x124237) is unknown color: approx Deep Teal. HEX triplet: 12, 42 and 37. RGB value is (18,66,55). Sum of RGB (Red+Green+Blue) = 18+66+55=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #124237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124237 is #EDBDC8. Grayscale: #323232. Windows color (decimal): -15580617 or 3621394. OLE color: 3621394.

HSL color Cylindrical-coordinate representation of color #124237: hue angle of 166.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124237 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB186655-
CMYK0.7300.170.74
HSL166.25º57.14%16.47%-
HSV(B)166.25º72.73%25.88%-
XYZ2.894.34.29-
YUV50.39130.6104.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=12.95%
G=47.48%
B=39.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866550.7300.170.74166.2557.1416.47
Hex124237490114Aa63910
Octal22102671110211122467120
Binary100101000010110111100100101000110010101010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124237; }

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

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

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

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

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

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

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

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