Html Css Color HEX #125950 Blue Stone

📋 copy color: '#125950'

red 18 ◦ green 89 ◦ blue 80

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

Shades of Blue Stone #125950

Tints of Blue Stone #125950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

 BLUE value IS 80 (31.64% from 255) = 42.78%

R = 9.63%
G = 47.59%
B = 42.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#125950 (or 0x125950) is known color: Blue Stone. HEX triplet: 12, 59 and 50. RGB value is (18,89,80). Sum of RGB (Red+Green+Blue) = 18+89+80=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #125950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125950 is #EDA6AF. Grayscale: #424242. Windows color (decimal): -15574704 or 5265682. OLE color: 5265682.

HSL color Cylindrical-coordinate representation of color #125950: hue angle of 172.39º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125950 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 80 -
CMYK 0.80 0 0.10 0.65
HSL 172.39º 0.66% 0.21% -
HSV(B) 172.39º 0.8% 0.35% -
XYZ 5.27 7.85 8.83 -
YUV 66.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 18 89 80 0.80 0 0.10 0.65 172.39 0.66 0.21
Hex 12 59 50 50 0 A 41 AC 42 15
Octal 22 131 120 120 0 12 101 254 102 25
Binary 10010 1011001 1010000 1010000 0 1010 1000001 10101100 1000010 10101

Color Harmonies of #125950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125950

Black with #125950

Text Example


Text Example

White with #125950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125950; }

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

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

background-color css

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

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

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

border-color css

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

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

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