#125F76

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

Shades of Allports #125F76

Tints of Allports #125F76

Color information

#125F76 (or 0x125F76) is unknown color: approx Allports. HEX triplet: 12, 5F and 76. RGB value is (18,95,118). Sum of RGB (Red+Green+Blue) = 18+95+118=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #125F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F76 is #EDA089. Grayscale: #4A4A4A. Windows color (decimal): -15573130 or 7757586. OLE color: 7757586.

HSL color Cylindrical-coordinate representation of color #125F76: hue angle of 193.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125F76 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1895118-
CMYK0.850.1900.54
HSL193.8º73.53%26.67%-
HSV(B)193.8º84.75%46.27%-
XYZ7.619.6218.6-
YUV74.6152.4987.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=7.79%
G=41.13%
B=51.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18951180.850.1900.54193.873.5326.67
Hex125F765513036c24a1b
Octal221371661252306630211233
Binary1001010111111110110101010110011011011011000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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