#125260

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

Shades of Teal Blue #125260

Tints of Teal Blue #125260

Color information

#125260 (or 0x125260) is unknown color: approx Teal Blue. HEX triplet: 12, 52 and 60. RGB value is (18,82,96). Sum of RGB (Red+Green+Blue) = 18+82+96=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #125260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125260 is #EDAD9F. Grayscale: #404040. Windows color (decimal): -15576480 or 6312466. OLE color: 6312466.

HSL color Cylindrical-coordinate representation of color #125260: hue angle of 190.77º 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 #125260 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188296-
CMYK0.810.1500.62
HSL190.77º68.42%22.35%-
HSV(B)190.77º81.25%37.65%-
XYZ5.387.0112.14-
YUV64.46145.894.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=9.18%
G=41.84%
B=48.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1882960.810.1500.62190.7768.4222.35
Hex12526051F03Ebf4416
Octal221221401211707627710426
Binary100101010010110000010100011111011111010111111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125260; }

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

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

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

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

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

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

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

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