Html Css Color HEX #126555 Blue Stone

📋 copy color: '#126555'

red 18 ◦ green 101 ◦ blue 85

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

Shades of Blue Stone #126555

Tints of Blue Stone #126555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 8.82%
G = 49.51%
B = 41.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#126555 (or 0x126555) is known color: Blue Stone. HEX triplet: 12, 65 and 55. RGB value is (18,101,85). Sum of RGB (Red+Green+Blue) = 18+101+85=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #126555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126555 is #ED9AAA. Grayscale: #4A4A4A. Windows color (decimal): -15571627 or 5596434. OLE color: 5596434.

HSL color Cylindrical-coordinate representation of color #126555: hue angle of 168.43º 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 #126555 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 85 -
CMYK 0.82 0 0.16 0.60
HSL 168.43º 0.7% 0.23% -
HSV(B) 168.43º 0.82% 0.4% -
XYZ 6.54 10.09 10.2 -
YUV 74.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 18 101 85 0.82 0 0.16 0.60 168.43 0.7 0.23
Hex 12 65 55 52 0 10 3C A8 46 17
Octal 22 145 125 122 0 20 74 250 106 27
Binary 10010 1100101 1010101 1010010 0 10000 111100 10101000 1000110 10111

Color Harmonies of #126555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126555

Black with #126555

Text Example


Text Example

White with #126555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126555; }

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

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

background-color css

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

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

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

border-color css

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

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

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