Html Css Color HEX #126261 Blue Stone

📋 copy color: '#126261'

red 18 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #126261

Tints of Blue Stone #126261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

 BLUE value IS 97 (38.28% from 255) = 45.54%

R = 8.45%
G = 46.01%
B = 45.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#126261 (or 0x126261) is known color: Blue Stone. HEX triplet: 12, 62 and 61. RGB value is (18,98,97). Sum of RGB (Red+Green+Blue) = 18+98+97=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #126261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126261 is #ED9D9E. Grayscale: #494949. Windows color (decimal): -15572383 or 6382098. OLE color: 6382098.

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

Color convert

RGB 18 98 97 -
CMYK 0.82 0 0.01 0.62
HSL 179.25º 0.69% 0.23% -
HSV(B) 179.25º 0.82% 0.38% -
XYZ 6.77 9.73 12.83 -
YUV 73.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 18 98 97 0.82 0 0.01 0.62 179.25 0.69 0.23
Hex 12 62 61 52 0 1 3E B3 45 17
Octal 22 142 141 122 0 1 76 263 105 27
Binary 10010 1100010 1100001 1010010 0 1 111110 10110011 1000101 10111

Color Harmonies of #126261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126261

Black with #126261

Text Example


Text Example

White with #126261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126261; }

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

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

background-color css

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

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

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

border-color css

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

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

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