#125160

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

Shades of Teal Blue #125160

Tints of Teal Blue #125160

Color information

#125160 (or 0x125160) is unknown color: approx Teal Blue. HEX triplet: 12, 51 and 60. RGB value is (18,81,96). Sum of RGB (Red+Green+Blue) = 18+81+96=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #125160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125160 is #EDAE9F. Grayscale: #3F3F3F. Windows color (decimal): -15576736 or 6312210. OLE color: 6312210.

HSL color Cylindrical-coordinate representation of color #125160: hue angle of 191.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125160 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188196-
CMYK0.810.1600.62
HSL191.54º68.42%22.35%-
HSV(B)191.54º81.25%37.65%-
XYZ5.36.8612.11-
YUV63.87146.1395.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=9.23%
G=41.54%
B=49.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1881960.810.1600.62191.5468.4222.35
Hex125160511003Ec04416
Octal221211401212007630010426
Binary1001010100011100000101000110000011111011000000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125160; }

 p { color: rgb(18,81,96); }

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

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

 a { background-color: rgb(18,81,96); }

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

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

 span { border-color: rgb(18,81,96); }

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