#125A62

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

Shades of Blue Stone #125A62

Tints of Blue Stone #125A62

Color information

#125A62 (or 0x125A62) is unknown color: approx Blue Stone. HEX triplet: 12, 5A and 62. RGB value is (18,90,98). Sum of RGB (Red+Green+Blue) = 18+90+98=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #125A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A62 is #EDA59D. Grayscale: #454545. Windows color (decimal): -15574430 or 6445586. OLE color: 6445586.

HSL color Cylindrical-coordinate representation of color #125A62: hue angle of 186º 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 #125A62 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB189098-
CMYK0.820.0800.62
HSL186º68.97%22.75%-
HSV(B)186º81.63%38.43%-
XYZ6.118.3212.84-
YUV69.38144.1591.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=8.74%
G=43.69%
B=47.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1890980.820.0800.6218668.9722.75
Hex125A6252803Eba4517
Octal221321421221007627210527
Binary100101011010110001010100101000011111010111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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