Html Css Color HEX #125D59 Blue Stone

📋 copy color: '#125D59'

red 18 ◦ green 93 ◦ blue 89

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

Shades of Blue Stone #125D59

Tints of Blue Stone #125D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 9%
G = 46.5%
B = 44.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#125D59 (or 0x125D59) is known color: Blue Stone. HEX triplet: 12, 5D and 59. RGB value is (18,93,89). Sum of RGB (Red+Green+Blue) = 18+93+89=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #125D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D59 is #EDA2A6. Grayscale: #464646. Windows color (decimal): -15573671 or 5856530. OLE color: 5856530.

HSL color Cylindrical-coordinate representation of color #125D59: hue angle of 176.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D59 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 89 -
CMYK 0.81 0 0.04 0.64
HSL 176.8º 0.68% 0.22% -
HSV(B) 176.8º 0.81% 0.36% -
XYZ 5.97 8.68 10.81 -
YUV 70.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 18 93 89 0.81 0 0.04 0.64 176.8 0.68 0.22
Hex 12 5D 59 51 0 4 40 B1 44 16
Octal 22 135 131 121 0 4 100 261 104 26
Binary 10010 1011101 1011001 1010001 0 100 1000000 10110001 1000100 10110

Color Harmonies of #125D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D59

Black with #125D59

Text Example


Text Example

White with #125D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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