Html Css Color HEX #125F66 Blue Stone

📋 copy color: '#125F66'

red 18 ◦ green 95 ◦ blue 102

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

Shades of Blue Stone #125F66

Tints of Blue Stone #125F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

 BLUE value IS 102 (40.23% from 255) = 47.44%

R = 8.37%
G = 44.19%
B = 47.44%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125F66 (or 0x125F66) is known color: Blue Stone. HEX triplet: 12, 5F and 66. RGB value is (18,95,102). Sum of RGB (Red+Green+Blue) = 18+95+102=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #125F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F66 is #EDA099. Grayscale: #484848. Windows color (decimal): -15573146 or 6709010. OLE color: 6709010.

HSL color Cylindrical-coordinate representation of color #125F66: hue angle of 185º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125F66 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 95 102 -
CMYK 0.82 0.07 0 0.6
HSL 185º 0.7% 0.24% -
HSV(B) 185º 0.82% 0.4% -
XYZ 6.74 9.27 14 -
YUV 72.78 144.49 88.93 -
System Red Green Blue C M Y K H S L
Decimal 18 95 102 0.82 0.07 0 0.6 185 0.7 0.24
Hex 12 5F 66 52 7 0 3C B9 46 18
Octal 22 137 146 122 7 0 74 271 106 30
Binary 10010 1011111 1100110 1010010 111 0 111100 10111001 1000110 11000

Color Harmonies of #125F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F66

Black with #125F66

Text Example


Text Example

White with #125F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,95,102); }

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

background-color css

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

 a { background-color: rgb(18,95,102); }

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

border-color css

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

 span { border-color: rgb(18,95,102); }

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