#124956

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

Shades of Teal Blue #124956

Tints of Teal Blue #124956

Color information

#124956 (or 0x124956) is unknown color: approx Teal Blue. HEX triplet: 12, 49 and 56. RGB value is (18,73,86). Sum of RGB (Red+Green+Blue) = 18+73+86=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #124956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124956 is #EDB6A9. Grayscale: #393939. Windows color (decimal): -15578794 or 5654802. OLE color: 5654802.

HSL color Cylindrical-coordinate representation of color #124956: hue angle of 191.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124956 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB187386-
CMYK0.790.1500.66
HSL191.47º65.38%20.39%-
HSV(B)191.47º79.07%33.73%-
XYZ4.315.579.65-
YUV58.04143.7899.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=10.17%
G=41.24%
B=48.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1873860.790.1500.66191.4765.3820.39
Hex1249564FF042bf4114
Octal2211112611717010227710124
Binary1001010010011010110100111111110100001010111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124956; }

 p { color: rgb(18,73,86); }

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

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

 a { background-color: rgb(18,73,86); }

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

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

 span { border-color: rgb(18,73,86); }

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