#125F7F

Color #125F7F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #125F7F

Tints of Allports #125F7F

Color information

#125F7F (or 0x125F7F) is unknown color: approx Allports. HEX triplet: 12, 5F and 7F. RGB value is (18,95,127). Sum of RGB (Red+Green+Blue) = 18+95+127=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #125F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F7F is #EDA080. Grayscale: #4B4B4B. Windows color (decimal): -15573121 or 8347410. OLE color: 8347410.

HSL color Cylindrical-coordinate representation of color #125F7F: hue angle of 197.61º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125F7F is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1895127-
CMYK0.860.2500.50
HSL197.61º75.17%28.43%-
HSV(B)197.61º85.83%49.8%-
XYZ8.179.8521.55-
YUV75.62156.9986.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 127 (50% from 255) = 52.92%
R=7.5%
G=39.58%
B=52.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18951270.860.2500.50197.6175.1728.43
Hex125F7F5619032c64b1c
Octal221371771263106230611334
Binary1001010111111111111101011011001011001011000110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125F7F; }

 p { color: rgb(18,95,127); }

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

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

 a { background-color: rgb(18,95,127); }

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

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

 span { border-color: rgb(18,95,127); }

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