Html Css Color HEX #126960 Blue Stone

📋 copy color: '#126960'

red 18 ◦ green 105 ◦ blue 96

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

Shades of Blue Stone #126960

Tints of Blue Stone #126960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 8.22%
G = 47.95%
B = 43.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#126960 (or 0x126960) is known color: Blue Stone. HEX triplet: 12, 69 and 60. RGB value is (18,105,96). Sum of RGB (Red+Green+Blue) = 18+105+96=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #126960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126960 is #ED969F. Grayscale: #4D4D4D. Windows color (decimal): -15570592 or 6318354. OLE color: 6318354.

HSL color Cylindrical-coordinate representation of color #126960: hue angle of 173.79º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126960 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 96 -
CMYK 0.83 0 0.09 0.59
HSL 173.79º 0.71% 0.24% -
HSV(B) 173.79º 0.83% 0.41% -
XYZ 7.41 11.08 12.81 -
YUV 77.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 18 105 96 0.83 0 0.09 0.59 173.79 0.71 0.24
Hex 12 69 60 53 0 9 3B AE 47 18
Octal 22 151 140 123 0 11 73 256 107 30
Binary 10010 1101001 1100000 1010011 0 1001 111011 10101110 1000111 11000

Color Harmonies of #126960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126960

Black with #126960

Text Example


Text Example

White with #126960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126960; }

 p { color: rgb(18,105,96); }

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

background-color css

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

 a { background-color: rgb(18,105,96); }

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

border-color css

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

 span { border-color: rgb(18,105,96); }

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