Html Css Color HEX #125A61 Blue Stone

📋 copy color: '#125A61'

red 18 ◦ green 90 ◦ blue 97

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

Shades of Blue Stone #125A61

Tints of Blue Stone #125A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

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

R = 8.78%
G = 43.9%
B = 47.32%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125A61 (or 0x125A61) is known color: Blue Stone. HEX triplet: 12, 5A and 61. RGB value is (18,90,97). Sum of RGB (Red+Green+Blue) = 18+90+97=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #125A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A61 is #EDA59E. Grayscale: #454545. Windows color (decimal): -15574431 or 6380050. OLE color: 6380050.

HSL color Cylindrical-coordinate representation of color #125A61: hue angle of 185.32º 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 #125A61 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 90 97 -
CMYK 0.81 0.07 0 0.62
HSL 185.32º 0.69% 0.23% -
HSV(B) 185.32º 0.81% 0.38% -
XYZ 6.06 8.3 12.59 -
YUV 69.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 18 90 97 0.81 0.07 0 0.62 185.32 0.69 0.23
Hex 12 5A 61 51 7 0 3E B9 45 17
Octal 22 132 141 121 7 0 76 271 105 27
Binary 10010 1011010 1100001 1010001 111 0 111110 10111001 1000101 10111

Color Harmonies of #125A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A61

Black with #125A61

Text Example


Text Example

White with #125A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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