Html Css Color HEX #136161 Blue Stone

📋 copy color: '#136161'

red 19 ◦ green 97 ◦ blue 97

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

Shades of Blue Stone #136161

Tints of Blue Stone #136161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

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

R = 8.92%
G = 45.54%
B = 45.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#136161 (or 0x136161) is known color: Blue Stone. HEX triplet: 13, 61 and 61. RGB value is (19,97,97). Sum of RGB (Red+Green+Blue) = 19+97+97=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #136161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136161 is #EC9E9E. Grayscale: #494949. Windows color (decimal): -15507103 or 6381843. OLE color: 6381843.

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

Color convert

RGB 19 97 97 -
CMYK 0.80 0 0 0.62
HSL 180º 0.67% 0.23% -
HSV(B) 180º 0.8% 0.38% -
XYZ 6.7 9.55 12.8 -
YUV 73.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 19 97 97 0.80 0 0 0.62 180 0.67 0.23
Hex 13 61 61 50 0 0 3E B4 43 17
Octal 23 141 141 120 0 0 76 264 103 27
Binary 10011 1100001 1100001 1010000 0 0 111110 10110100 1000011 10111

Color Harmonies of #136161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136161

Black with #136161

Text Example


Text Example

White with #136161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136161; }

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

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

background-color css

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

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

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

border-color css

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

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

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