Html Css Color HEX #126565 Blue Stone

📋 copy color: '#126565'

red 18 ◦ green 101 ◦ blue 101

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

Shades of Blue Stone #126565

Tints of Blue Stone #126565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 8.18%
G = 45.91%
B = 45.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#126565 (or 0x126565) is known color: Blue Stone. HEX triplet: 12, 65 and 65. RGB value is (18,101,101). Sum of RGB (Red+Green+Blue) = 18+101+101=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #126565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126565 is #ED9A9A. Grayscale: #4C4C4C. Windows color (decimal): -15571611 or 6645010. OLE color: 6645010.

HSL color Cylindrical-coordinate representation of color #126565: hue angle of 180º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126565 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 101 -
CMYK 0.82 0 0 0.60
HSL 180º 0.7% 0.23% -
HSV(B) 180º 0.82% 0.4% -
XYZ 7.25 10.38 13.93 -
YUV 76.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 18 101 101 0.82 0 0 0.60 180 0.7 0.23
Hex 12 65 65 52 0 0 3C B4 46 17
Octal 22 145 145 122 0 0 74 264 106 27
Binary 10010 1100101 1100101 1010010 0 0 111100 10110100 1000110 10111

Color Harmonies of #126565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126565

Black with #126565

Text Example


Text Example

White with #126565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126565; }

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

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

background-color css

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

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

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

border-color css

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

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

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