#125F62

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

Shades of Blue Stone #125F62

Tints of Blue Stone #125F62

Color information

#125F62 (or 0x125F62) is unknown color: approx Blue Stone. HEX triplet: 12, 5F and 62. RGB value is (18,95,98). Sum of RGB (Red+Green+Blue) = 18+95+98=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #125F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F62 is #EDA09D. Grayscale: #484848. Windows color (decimal): -15573150 or 6446866. OLE color: 6446866.

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

Color convert

RGB189598-
CMYK0.820.0300.62
HSL182.25º68.97%22.75%-
HSV(B)182.25º81.63%38.43%-
XYZ6.559.1912.99-
YUV72.32142.4989.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=8.53%
G=45.02%
B=46.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1895980.820.0300.62182.2568.9722.75
Hex125F6252303Eb64517
Octal22137142122307626610527
Binary1001010111111100010101001011011111010110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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