Html Css Color HEX #126E68 Blue Stone

📋 copy color: '#126E68'

red 18 ◦ green 110 ◦ blue 104

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

Shades of Blue Stone #126E68

Tints of Blue Stone #126E68

RGB

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

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

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

R = 7.76%
G = 47.41%
B = 44.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#126E68 (or 0x126E68) is known color: Blue Stone. HEX triplet: 12, 6E and 68. RGB value is (18,110,104). Sum of RGB (Red+Green+Blue) = 18+110+104=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #126E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E68 is #ED9197. Grayscale: #515151. Windows color (decimal): -15569304 or 6843922. OLE color: 6843922.

HSL color Cylindrical-coordinate representation of color #126E68: hue angle of 176.09º 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 #126E68 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 110 104 -
CMYK 0.84 0 0.05 0.57
HSL 176.09º 0.72% 0.25% -
HSV(B) 176.09º 0.84% 0.43% -
XYZ 8.32 12.28 15.03 -
YUV 81.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 18 110 104 0.84 0 0.05 0.57 176.09 0.72 0.25
Hex 12 6E 68 54 0 5 39 B0 48 19
Octal 22 156 150 124 0 5 71 260 110 31
Binary 10010 1101110 1101000 1010100 0 101 111001 10110000 1001000 11001

Color Harmonies of #126E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E68

Black with #126E68

Text Example


Text Example

White with #126E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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