Html Css Color HEX #126262 Blue Stone

📋 copy color: '#126262'

red 18 ◦ green 98 ◦ blue 98

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

Shades of Blue Stone #126262

Tints of Blue Stone #126262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.79%

 BLUE value IS 98 (38.67% from 255) = 45.79%

R = 8.41%
G = 45.79%
B = 45.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#126262 (or 0x126262) is known color: Blue Stone. HEX triplet: 12, 62 and 62. RGB value is (18,98,98). Sum of RGB (Red+Green+Blue) = 18+98+98=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #126262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126262 is #ED9D9D. Grayscale: #4A4A4A. Windows color (decimal): -15572382 or 6447634. OLE color: 6447634.

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

Color convert

RGB 18 98 98 -
CMYK 0.82 0 0 0.62
HSL 180º 0.69% 0.23% -
HSV(B) 180º 0.82% 0.38% -
XYZ 6.82 9.75 13.08 -
YUV 74.08 141.5 88 -
System Red Green Blue C M Y K H S L
Decimal 18 98 98 0.82 0 0 0.62 180 0.69 0.23
Hex 12 62 62 52 0 0 3E B4 45 17
Octal 22 142 142 122 0 0 76 264 105 27
Binary 10010 1100010 1100010 1010010 0 0 111110 10110100 1000101 10111

Color Harmonies of #126262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126262

Black with #126262

Text Example


Text Example

White with #126262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126262; }

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

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

background-color css

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

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

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

border-color css

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

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

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