Html Css Color HEX #125959 Blue Stone

📋 copy color: '#125959'

red 18 ◦ green 89 ◦ blue 89

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

Shades of Blue Stone #125959

Tints of Blue Stone #125959

RGB

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

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

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

R = 9.18%
G = 45.41%
B = 45.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#125959 (or 0x125959) is known color: Blue Stone. HEX triplet: 12, 59 and 59. RGB value is (18,89,89). Sum of RGB (Red+Green+Blue) = 18+89+89=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #125959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125959 is #EDA6A6. Grayscale: #434343. Windows color (decimal): -15574695 or 5855506. OLE color: 5855506.

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

Color convert

RGB 18 89 89 -
CMYK 0.80 0 0 0.65
HSL 180º 0.66% 0.21% -
HSV(B) 180º 0.8% 0.35% -
XYZ 5.63 7.99 10.7 -
YUV 67.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 18 89 89 0.80 0 0 0.65 180 0.66 0.21
Hex 12 59 59 50 0 0 41 B4 42 15
Octal 22 131 131 120 0 0 101 264 102 25
Binary 10010 1011001 1011001 1010000 0 0 1000001 10110100 1000010 10101

Color Harmonies of #125959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125959

Black with #125959

Text Example


Text Example

White with #125959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125959; }

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

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

background-color css

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

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

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

border-color css

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

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

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