Html Css Color HEX #125956 Blue Stone

📋 copy color: '#125956'

red 18 ◦ green 89 ◦ blue 86

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

Shades of Blue Stone #125956

Tints of Blue Stone #125956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.56%

R = 9.33%
G = 46.11%
B = 44.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#125956 (or 0x125956) is known color: Blue Stone. HEX triplet: 12, 59 and 56. RGB value is (18,89,86). Sum of RGB (Red+Green+Blue) = 18+89+86=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #125956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125956 is #EDA6A9. Grayscale: #434343. Windows color (decimal): -15574698 or 5658898. OLE color: 5658898.

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

Color convert

RGB 18 89 86 -
CMYK 0.80 0 0.03 0.65
HSL 177.46º 0.66% 0.21% -
HSV(B) 177.46º 0.8% 0.35% -
XYZ 5.5 7.95 10.05 -
YUV 67.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 18 89 86 0.80 0 0.03 0.65 177.46 0.66 0.21
Hex 12 59 56 50 0 3 41 B1 42 15
Octal 22 131 126 120 0 3 101 261 102 25
Binary 10010 1011001 1010110 1010000 0 11 1000001 10110001 1000010 10101

Color Harmonies of #125956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125956

Black with #125956

Text Example


Text Example

White with #125956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125956; }

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

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

background-color css

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

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

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

border-color css

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

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

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