Html Css Color HEX #125D61 Blue Stone

📋 copy color: '#125D61'

red 18 ◦ green 93 ◦ blue 97

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

Shades of Blue Stone #125D61

Tints of Blue Stone #125D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.71%

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

R = 8.65%
G = 44.71%
B = 46.63%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125D61 (or 0x125D61) is known color: Blue Stone. HEX triplet: 12, 5D and 61. RGB value is (18,93,97). Sum of RGB (Red+Green+Blue) = 18+93+97=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #125D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D61 is #EDA29E. Grayscale: #464646. Windows color (decimal): -15573663 or 6380818. OLE color: 6380818.

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

Color convert

RGB 18 93 97 -
CMYK 0.81 0.04 0 0.62
HSL 183.04º 0.69% 0.23% -
HSV(B) 183.04º 0.81% 0.38% -
XYZ 6.32 8.82 12.68 -
YUV 71.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 18 93 97 0.81 0.04 0 0.62 183.04 0.69 0.23
Hex 12 5D 61 51 4 0 3E B7 45 17
Octal 22 135 141 121 4 0 76 267 105 27
Binary 10010 1011101 1100001 1010001 100 0 111110 10110111 1000101 10111

Color Harmonies of #125D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D61

Black with #125D61

Text Example


Text Example

White with #125D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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