#124437

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

Shades of Deep Teal #124437

Tints of Deep Teal #124437

Color information

#124437 (or 0x124437) is unknown color: approx Deep Teal. HEX triplet: 12, 44 and 37. RGB value is (18,68,55). Sum of RGB (Red+Green+Blue) = 18+68+55=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #124437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124437 is #EDBBC8. Grayscale: #333333. Windows color (decimal): -15580105 or 3621906. OLE color: 3621906.

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

Color convert

RGB186855-
CMYK0.7400.190.73
HSL164.4º58.14%16.86%-
HSV(B)164.4º73.53%26.67%-
XYZ3.014.544.33-
YUV51.57129.94104.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=12.77%
G=48.23%
B=39.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868550.7400.190.73164.458.1416.86
Hex1244374A01349a43a11
Octal22104671120231112447221
Binary100101000100110111100101001001110010011010010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124437; }

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

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

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

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

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

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

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

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