Html Css Color HEX #126F65 Blue Stone

📋 copy color: '#126F65'

red 18 ◦ green 111 ◦ blue 101

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

Shades of Blue Stone #126F65

Tints of Blue Stone #126F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 7.83%
G = 48.26%
B = 43.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#126F65 (or 0x126F65) is known color: Blue Stone. HEX triplet: 12, 6F and 65. RGB value is (18,111,101). Sum of RGB (Red+Green+Blue) = 18+111+101=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #126F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F65 is #ED909A. Grayscale: #525252. Windows color (decimal): -15569051 or 6647570. OLE color: 6647570.

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

Color convert

RGB 18 111 101 -
CMYK 0.84 0 0.09 0.56
HSL 173.55º 0.72% 0.25% -
HSV(B) 173.55º 0.84% 0.44% -
XYZ 8.28 12.44 14.28 -
YUV 82.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 18 111 101 0.84 0 0.09 0.56 173.55 0.72 0.25
Hex 12 6F 65 54 0 9 38 AE 48 19
Octal 22 157 145 124 0 11 70 256 110 31
Binary 10010 1101111 1100101 1010100 0 1001 111000 10101110 1001000 11001

Color Harmonies of #126F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F65

Black with #126F65

Text Example


Text Example

White with #126F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,101); }

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

background-color css

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

 a { background-color: rgb(18,111,101); }

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

border-color css

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

 span { border-color: rgb(18,111,101); }

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