Html Css Color HEX #125A58 Blue Stone

📋 copy color: '#125A58'

red 18 ◦ green 90 ◦ blue 88

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

Shades of Blue Stone #125A58

Tints of Blue Stone #125A58

RGB

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

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

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

R = 9.18%
G = 45.92%
B = 44.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#125A58 (or 0x125A58) is known color: Blue Stone. HEX triplet: 12, 5A and 58. RGB value is (18,90,88). Sum of RGB (Red+Green+Blue) = 18+90+88=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #125A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A58 is #EDA5A7. Grayscale: #444444. Windows color (decimal): -15574440 or 5790226. OLE color: 5790226.

HSL color Cylindrical-coordinate representation of color #125A58: hue angle of 178.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A58 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 88 -
CMYK 0.80 0 0.02 0.65
HSL 178.33º 0.67% 0.21% -
HSV(B) 178.33º 0.8% 0.35% -
XYZ 5.67 8.15 10.51 -
YUV 68.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 18 90 88 0.80 0 0.02 0.65 178.33 0.67 0.21
Hex 12 5A 58 50 0 2 41 B2 43 15
Octal 22 132 130 120 0 2 101 262 103 25
Binary 10010 1011010 1011000 1010000 0 10 1000001 10110010 1000011 10101

Color Harmonies of #125A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A58

Black with #125A58

Text Example


Text Example

White with #125A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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