Html Css Color HEX #125C62 Blue Stone

📋 copy color: '#125C62'

red 18 ◦ green 92 ◦ blue 98

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

Shades of Blue Stone #125C62

Tints of Blue Stone #125C62

RGB

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

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

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

R = 8.65%
G = 44.23%
B = 47.12%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125C62 (or 0x125C62) is known color: Blue Stone. HEX triplet: 12, 5C and 62. RGB value is (18,92,98). Sum of RGB (Red+Green+Blue) = 18+92+98=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #125C62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C62 is #EDA39D. Grayscale: #464646. Windows color (decimal): -15573918 or 6446098. OLE color: 6446098.

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

Color convert

RGB 18 92 98 -
CMYK 0.82 0.06 0 0.62
HSL 184.5º 0.69% 0.23% -
HSV(B) 184.5º 0.82% 0.38% -
XYZ 6.28 8.66 12.9 -
YUV 70.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 18 92 98 0.82 0.06 0 0.62 184.5 0.69 0.23
Hex 12 5C 62 52 6 0 3E B8 45 17
Octal 22 134 142 122 6 0 76 270 105 27
Binary 10010 1011100 1100010 1010010 110 0 111110 10111000 1000101 10111

Color Harmonies of #125C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C62

Black with #125C62

Text Example


Text Example

White with #125C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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