Html Css Color HEX #136A60 Blue Stone

📋 copy color: '#136A60'

red 19 ◦ green 106 ◦ blue 96

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

Shades of Blue Stone #136A60

Tints of Blue Stone #136A60

RGB

 RED value IS 19 (7.81% from 255) = 8.6%

 GREEN value IS 106 (41.8% from 255) = 47.96%

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 8.6%
G = 47.96%
B = 43.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#136A60 (or 0x136A60) is known color: Blue Stone. HEX triplet: 13, 6A and 60. RGB value is (19,106,96). Sum of RGB (Red+Green+Blue) = 19+106+96=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #136A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A60 is #EC959F. Grayscale: #4E4E4E. Windows color (decimal): -15504800 or 6318611. OLE color: 6318611.

HSL color Cylindrical-coordinate representation of color #136A60: hue angle of 173.1º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136A60 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 106 96 -
CMYK 0.82 0 0.09 0.58
HSL 173.1º 0.7% 0.25% -
HSV(B) 173.1º 0.82% 0.42% -
XYZ 7.53 11.29 12.85 -
YUV 78.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 19 106 96 0.82 0 0.09 0.58 173.1 0.7 0.25
Hex 13 6A 60 52 0 9 3A AD 46 19
Octal 23 152 140 122 0 11 72 255 106 31
Binary 10011 1101010 1100000 1010010 0 1001 111010 10101101 1000110 11001

Color Harmonies of #136A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136A60

Black with #136A60

Text Example


Text Example

White with #136A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136A60; }

 p { color: rgb(19,106,96); }

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

background-color css

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

 a { background-color: rgb(19,106,96); }

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

border-color css

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

 span { border-color: rgb(19,106,96); }

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