Html Css Color HEX #125F61 Blue Stone

📋 copy color: '#125F61'

red 18 ◦ green 95 ◦ blue 97

#125F61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #125F61

Tints of Blue Stone #125F61

RGB

 RED value IS 18 (7.42% from 255) = 8.57%

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 8.57%
G = 45.24%
B = 46.19%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125F61 (or 0x125F61) is known color: Blue Stone. HEX triplet: 12, 5F and 61. RGB value is (18,95,97). Sum of RGB (Red+Green+Blue) = 18+95+97=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #125F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F61 is #EDA09E. Grayscale: #484848. Windows color (decimal): -15573151 or 6381330. OLE color: 6381330.

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

Color convert

RGB 18 95 97 -
CMYK 0.81 0.02 0 0.62
HSL 181.52º 0.69% 0.23% -
HSV(B) 181.52º 0.81% 0.38% -
XYZ 6.5 9.18 12.74 -
YUV 72.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 18 95 97 0.81 0.02 0 0.62 181.52 0.69 0.23
Hex 12 5F 61 51 2 0 3E B6 45 17
Octal 22 137 141 121 2 0 76 266 105 27
Binary 10010 1011111 1100001 1010001 10 0 111110 10110110 1000101 10111

Color Harmonies of #125F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F61

Black with #125F61

Text Example


Text Example

White with #125F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #125F61;
 }
 .AnyTagClassName
 {
   color: #125F61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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