Html Css Color HEX #125C58 Blue Stone

📋 copy color: '#125C58'

red 18 ◦ green 92 ◦ blue 88

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

Shades of Blue Stone #125C58

Tints of Blue Stone #125C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.46%

 BLUE value IS 88 (34.77% from 255) = 44.44%

R = 9.09%
G = 46.46%
B = 44.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#125C58 (or 0x125C58) is known color: Blue Stone. HEX triplet: 12, 5C and 58. RGB value is (18,92,88). Sum of RGB (Red+Green+Blue) = 18+92+88=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #125C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C58 is #EDA3A7. Grayscale: #454545. Windows color (decimal): -15573928 or 5790738. OLE color: 5790738.

HSL color Cylindrical-coordinate representation of color #125C58: hue angle of 176.76º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C58 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 88 -
CMYK 0.80 0 0.04 0.64
HSL 176.76º 0.67% 0.22% -
HSV(B) 176.76º 0.8% 0.36% -
XYZ 5.84 8.49 10.56 -
YUV 69.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 18 92 88 0.80 0 0.04 0.64 176.76 0.67 0.22
Hex 12 5C 58 50 0 4 40 B1 43 16
Octal 22 134 130 120 0 4 100 261 103 26
Binary 10010 1011100 1011000 1010000 0 100 1000000 10110001 1000011 10110

Color Harmonies of #125C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C58

Black with #125C58

Text Example


Text Example

White with #125C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,92,88); }

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

background-color css

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

 a { background-color: rgb(18,92,88); }

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

border-color css

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

 span { border-color: rgb(18,92,88); }

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