#124B3F

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

Shades of Deep Teal #124B3F

Tints of Deep Teal #124B3F

Color information

#124B3F (or 0x124B3F) is unknown color: approx Deep Teal. HEX triplet: 12, 4B and 3F. RGB value is (18,75,63). Sum of RGB (Red+Green+Blue) = 18+75+63=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #124B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B3F is #EDB4C0. Grayscale: #383838. Windows color (decimal): -15578305 or 4147986. OLE color: 4147986.

HSL color Cylindrical-coordinate representation of color #124B3F: hue angle of 167.37º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B3F is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB187563-
CMYK0.7600.160.71
HSL167.37º61.29%18.24%-
HSV(B)167.37º76%29.41%-
XYZ3.665.525.57-
YUV56.59131.62100.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 63 (25% from 255) = 40.38%
R=11.54%
G=48.08%
B=40.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875630.7600.160.71167.3761.2918.24
Hex124B3F4C01047a73d12
Octal22113771140201072477522
Binary100101001011111111100110001000010001111010011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124B3F; }

 p { color: rgb(18,75,63); }

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

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

 a { background-color: rgb(18,75,63); }

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

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

 span { border-color: rgb(18,75,63); }

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