Html Css Color HEX #126968 Blue Stone

📋 copy color: '#126968'

red 18 ◦ green 105 ◦ blue 104

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

Shades of Blue Stone #126968

Tints of Blue Stone #126968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 7.93%
G = 46.26%
B = 45.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#126968 (or 0x126968) is known color: Blue Stone. HEX triplet: 12, 69 and 68. RGB value is (18,105,104). Sum of RGB (Red+Green+Blue) = 18+105+104=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #126968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126968 is #ED9697. Grayscale: #4E4E4E. Windows color (decimal): -15570584 or 6842642. OLE color: 6842642.

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

Color convert

RGB 18 105 104 -
CMYK 0.83 0 0.01 0.59
HSL 179.31º 0.71% 0.24% -
HSV(B) 179.31º 0.83% 0.41% -
XYZ 7.8 11.23 14.85 -
YUV 78.87 142.18 84.58 -
System Red Green Blue C M Y K H S L
Decimal 18 105 104 0.83 0 0.01 0.59 179.31 0.71 0.24
Hex 12 69 68 53 0 1 3B B3 47 18
Octal 22 151 150 123 0 1 73 263 107 30
Binary 10010 1101001 1101000 1010011 0 1 111011 10110011 1000111 11000

Color Harmonies of #126968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126968

Black with #126968

Text Example


Text Example

White with #126968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126968; }

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

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

background-color css

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

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

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

border-color css

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

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

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