Html Css Color HEX #125A62 Blue Stone

📋 copy color: '#125A62'

red 18 ◦ green 90 ◦ blue 98

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

Shades of Blue Stone #125A62

Tints of Blue Stone #125A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.57%

R = 8.74%
G = 43.69%
B = 47.57%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125A62 (or 0x125A62) is known color: Blue Stone. HEX triplet: 12, 5A and 62. RGB value is (18,90,98). Sum of RGB (Red+Green+Blue) = 18+90+98=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #125A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A62 is #EDA59D. Grayscale: #454545. Windows color (decimal): -15574430 or 6445586. OLE color: 6445586.

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

Color convert

RGB 18 90 98 -
CMYK 0.82 0.08 0 0.62
HSL 186º 0.69% 0.23% -
HSV(B) 186º 0.82% 0.38% -
XYZ 6.11 8.32 12.84 -
YUV 69.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 18 90 98 0.82 0.08 0 0.62 186 0.69 0.23
Hex 12 5A 62 52 8 0 3E BA 45 17
Octal 22 132 142 122 10 0 76 272 105 27
Binary 10010 1011010 1100010 1010010 1000 0 111110 10111010 1000101 10111

Color Harmonies of #125A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A62

Black with #125A62

Text Example


Text Example

White with #125A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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