#125261

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

Shades of Teal Blue #125261

Tints of Teal Blue #125261

Color information

#125261 (or 0x125261) is unknown color: approx Teal Blue. HEX triplet: 12, 52 and 61. RGB value is (18,82,97). Sum of RGB (Red+Green+Blue) = 18+82+97=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #125261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125261 is #EDAD9E. Grayscale: #404040. Windows color (decimal): -15576479 or 6378002. OLE color: 6378002.

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

Color convert

RGB188297-
CMYK0.810.1500.62
HSL191.39º68.7%22.55%-
HSV(B)191.39º81.44%38.04%-
XYZ5.427.0312.38-
YUV64.57146.394.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=9.14%
G=41.62%
B=49.24%

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
Decimal1882970.810.1500.62191.3968.722.55
Hex12526151F03Ebf4517
Octal221221411211707627710527
Binary100101010010110000110100011111011111010111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125261; }

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

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

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

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

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

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

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

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