Html Css Color HEX #125B60 Blue Stone

📋 copy color: '#125B60'

red 18 ◦ green 91 ◦ blue 96

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

Shades of Blue Stone #125B60

Tints of Blue Stone #125B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.39%

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 8.78%
G = 44.39%
B = 46.83%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125B60 (or 0x125B60) is known color: Blue Stone. HEX triplet: 12, 5B and 60. RGB value is (18,91,96). Sum of RGB (Red+Green+Blue) = 18+91+96=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #125B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B60 is #EDA49F. Grayscale: #454545. Windows color (decimal): -15574176 or 6314770. OLE color: 6314770.

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

Color convert

RGB 18 91 96 -
CMYK 0.81 0.05 0 0.62
HSL 183.85º 0.68% 0.22% -
HSV(B) 183.85º 0.81% 0.38% -
XYZ 6.1 8.46 12.38 -
YUV 69.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 18 91 96 0.81 0.05 0 0.62 183.85 0.68 0.22
Hex 12 5B 60 51 5 0 3E B8 44 16
Octal 22 133 140 121 5 0 76 270 104 26
Binary 10010 1011011 1100000 1010001 101 0 111110 10111000 1000100 10110

Color Harmonies of #125B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B60

Black with #125B60

Text Example


Text Example

White with #125B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,91,96); }

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

background-color css

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

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

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

border-color css

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

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

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