Html Css Color HEX #126655 Blue Stone

📋 copy color: '#126655'

red 18 ◦ green 102 ◦ blue 85

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

Shades of Blue Stone #126655

Tints of Blue Stone #126655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.76%

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

R = 8.78%
G = 49.76%
B = 41.46%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#126655 (or 0x126655) is known color: Blue Stone. HEX triplet: 12, 66 and 55. RGB value is (18,102,85). Sum of RGB (Red+Green+Blue) = 18+102+85=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #126655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126655 is #ED99AA. Grayscale: #4A4A4A. Windows color (decimal): -15571371 or 5596690. OLE color: 5596690.

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

Color convert

RGB 18 102 85 -
CMYK 0.82 0 0.17 0.6
HSL 167.86º 0.7% 0.24% -
HSV(B) 167.86º 0.82% 0.4% -
XYZ 6.64 10.29 10.23 -
YUV 74.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 18 102 85 0.82 0 0.17 0.6 167.86 0.7 0.24
Hex 12 66 55 52 0 11 3C A8 46 18
Octal 22 146 125 122 0 21 74 250 106 30
Binary 10010 1100110 1010101 1010010 0 10001 111100 10101000 1000110 11000

Color Harmonies of #126655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126655

Black with #126655

Text Example


Text Example

White with #126655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126655; }

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

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

background-color css

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

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

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

border-color css

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

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

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