Html Css Color HEX #136F61 Blue Stone

📋 copy color: '#136F61'

red 19 ◦ green 111 ◦ blue 97

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

Shades of Blue Stone #136F61

Tints of Blue Stone #136F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.9%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 8.37%
G = 48.9%
B = 42.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#136F61 (or 0x136F61) is known color: Blue Stone. HEX triplet: 13, 6F and 61. RGB value is (19,111,97). Sum of RGB (Red+Green+Blue) = 19+111+97=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #136F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F61 is #EC909E. Grayscale: #515151. Windows color (decimal): -15503519 or 6385427. OLE color: 6385427.

HSL color Cylindrical-coordinate representation of color #136F61: hue angle of 170.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F61 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 111 97 -
CMYK 0.83 0 0.13 0.56
HSL 170.87º 0.71% 0.25% -
HSV(B) 170.87º 0.83% 0.44% -
XYZ 8.11 12.37 13.27 -
YUV 81.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 19 111 97 0.83 0 0.13 0.56 170.87 0.71 0.25
Hex 13 6F 61 53 0 D 38 AB 47 19
Octal 23 157 141 123 0 15 70 253 107 31
Binary 10011 1101111 1100001 1010011 0 1101 111000 10101011 1000111 11001

Color Harmonies of #136F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F61

Black with #136F61

Text Example


Text Example

White with #136F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,97); }

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

background-color css

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

 a { background-color: rgb(19,111,97); }

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

border-color css

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

 span { border-color: rgb(19,111,97); }

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