Html Css Color HEX #125A66 Blue Stone

📋 copy color: '#125A66'

red 18 ◦ green 90 ◦ blue 102

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

Shades of Blue Stone #125A66

Tints of Blue Stone #125A66

RGB

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

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

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

R = 8.57%
G = 42.86%
B = 48.57%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125A66 (or 0x125A66) is known color: Blue Stone. HEX triplet: 12, 5A and 66. RGB value is (18,90,102). Sum of RGB (Red+Green+Blue) = 18+90+102=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #125A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A66 is #EDA599. Grayscale: #454545. Windows color (decimal): -15574426 or 6707730. OLE color: 6707730.

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

Color convert

RGB 18 90 102 -
CMYK 0.82 0.12 0 0.6
HSL 188.57º 0.7% 0.24% -
HSV(B) 188.57º 0.82% 0.4% -
XYZ 6.3 8.4 13.86 -
YUV 69.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 18 90 102 0.82 0.12 0 0.6 188.57 0.7 0.24
Hex 12 5A 66 52 C 0 3C BD 46 18
Octal 22 132 146 122 14 0 74 275 106 30
Binary 10010 1011010 1100110 1010010 1100 0 111100 10111101 1000110 11000

Color Harmonies of #125A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A66

Black with #125A66

Text Example


Text Example

White with #125A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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