#125E62

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

Shades of Blue Stone #125E62

Tints of Blue Stone #125E62

Color information

#125E62 (or 0x125E62) is unknown color: approx Blue Stone. HEX triplet: 12, 5E and 62. RGB value is (18,94,98). Sum of RGB (Red+Green+Blue) = 18+94+98=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #125E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E62 is #EDA19D. Grayscale: #474747. Windows color (decimal): -15573406 or 6446610. OLE color: 6446610.

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

Color convert

RGB189498-
CMYK0.820.0400.62
HSL183º68.97%22.75%-
HSV(B)183º81.63%38.43%-
XYZ6.469.0212.96-
YUV71.73142.8289.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 94 (37.11% from 255) = 44.76%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=8.57%
G=44.76%
B=46.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1894980.820.0400.6218368.9722.75
Hex125E6252403Eb74517
Octal22136142122407626710527
Binary10010101111011000101010010100011111010110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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