Html Css Color HEX #125E61 Blue Stone

📋 copy color: '#125E61'

red 18 ◦ green 94 ◦ blue 97

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

Shades of Blue Stone #125E61

Tints of Blue Stone #125E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.98%

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 8.61%
G = 44.98%
B = 46.41%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125E61 (or 0x125E61) is known color: Blue Stone. HEX triplet: 12, 5E and 61. RGB value is (18,94,97). Sum of RGB (Red+Green+Blue) = 18+94+97=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #125E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E61 is #EDA19E. Grayscale: #474747. Windows color (decimal): -15573407 or 6381074. OLE color: 6381074.

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

Color convert

RGB 18 94 97 -
CMYK 0.81 0.03 0 0.62
HSL 182.28º 0.69% 0.23% -
HSV(B) 182.28º 0.81% 0.38% -
XYZ 6.41 9 12.71 -
YUV 71.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 18 94 97 0.81 0.03 0 0.62 182.28 0.69 0.23
Hex 12 5E 61 51 3 0 3E B6 45 17
Octal 22 136 141 121 3 0 76 266 105 27
Binary 10010 1011110 1100001 1010001 11 0 111110 10110110 1000101 10111

Color Harmonies of #125E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E61

Black with #125E61

Text Example


Text Example

White with #125E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,97); }

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

background-color css

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

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

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

border-color css

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

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

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