Html Css Color HEX #125F5A Blue Stone

📋 copy color: '#125F5A'

red 18 ◦ green 95 ◦ blue 90

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

Shades of Blue Stone #125F5A

Tints of Blue Stone #125F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.8%

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 8.87%
G = 46.8%
B = 44.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#125F5A (or 0x125F5A) is known color: Blue Stone. HEX triplet: 12, 5F and 5A. RGB value is (18,95,90). Sum of RGB (Red+Green+Blue) = 18+95+90=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #125F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F5A is #EDA0A5. Grayscale: #474747. Windows color (decimal): -15573158 or 5922578. OLE color: 5922578.

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

Color convert

RGB 18 95 90 -
CMYK 0.81 0 0.05 0.63
HSL 176.1º 0.68% 0.22% -
HSV(B) 176.1º 0.81% 0.37% -
XYZ 6.19 9.05 11.09 -
YUV 71.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 18 95 90 0.81 0 0.05 0.63 176.1 0.68 0.22
Hex 12 5F 5A 51 0 5 3F B0 44 16
Octal 22 137 132 121 0 5 77 260 104 26
Binary 10010 1011111 1011010 1010001 0 101 111111 10110000 1000100 10110

Color Harmonies of #125F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F5A

Black with #125F5A

Text Example


Text Example

White with #125F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,95,90); }

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

background-color css

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

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

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

border-color css

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

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

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