Html Css Color HEX #126E6B Blue Stone

📋 copy color: '#126E6B'

red 18 ◦ green 110 ◦ blue 107

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

Shades of Blue Stone #126E6B

Tints of Blue Stone #126E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.81%

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 7.66%
G = 46.81%
B = 45.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#126E6B (or 0x126E6B) is known color: Blue Stone. HEX triplet: 12, 6E and 6B. RGB value is (18,110,107). Sum of RGB (Red+Green+Blue) = 18+110+107=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #126E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E6B is #ED9194. Grayscale: #525252. Windows color (decimal): -15569301 or 7040530. OLE color: 7040530.

HSL color Cylindrical-coordinate representation of color #126E6B: hue angle of 178.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E6B is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 110 107 -
CMYK 0.84 0 0.03 0.57
HSL 178.04º 0.72% 0.25% -
HSV(B) 178.04º 0.84% 0.43% -
XYZ 8.48 12.34 15.85 -
YUV 82.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 18 110 107 0.84 0 0.03 0.57 178.04 0.72 0.25
Hex 12 6E 6B 54 0 3 39 B2 48 19
Octal 22 156 153 124 0 3 71 262 110 31
Binary 10010 1101110 1101011 1010100 0 11 111001 10110010 1001000 11001

Color Harmonies of #126E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E6B

Black with #126E6B

Text Example


Text Example

White with #126E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126E6B; }

 p { color: rgb(18,110,107); }

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

background-color css

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

 a { background-color: rgb(18,110,107); }

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

border-color css

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

 span { border-color: rgb(18,110,107); }

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