Html Css Color HEX #125958 Blue Stone

📋 copy color: '#125958'

red 18 ◦ green 89 ◦ blue 88

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

Shades of Blue Stone #125958

Tints of Blue Stone #125958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.13%

R = 9.23%
G = 45.64%
B = 45.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#125958 (or 0x125958) is known color: Blue Stone. HEX triplet: 12, 59 and 58. RGB value is (18,89,88). Sum of RGB (Red+Green+Blue) = 18+89+88=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #125958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125958 is #EDA6A7. Grayscale: #434343. Windows color (decimal): -15574696 or 5789970. OLE color: 5789970.

HSL color Cylindrical-coordinate representation of color #125958: hue angle of 179.15º 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 #125958 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 88 -
CMYK 0.80 0 0.01 0.65
HSL 179.15º 0.66% 0.21% -
HSV(B) 179.15º 0.8% 0.35% -
XYZ 5.58 7.98 10.48 -
YUV 67.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 18 89 88 0.80 0 0.01 0.65 179.15 0.66 0.21
Hex 12 59 58 50 0 1 41 B3 42 15
Octal 22 131 130 120 0 1 101 263 102 25
Binary 10010 1011001 1011000 1010000 0 1 1000001 10110011 1000010 10101

Color Harmonies of #125958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125958

Black with #125958

Text Example


Text Example

White with #125958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125958; }

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

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

background-color css

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

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

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

border-color css

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

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

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