Html Css Color HEX #136D6C Blue Stone

📋 copy color: '#136D6C'

red 19 ◦ green 109 ◦ blue 108

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

Shades of Blue Stone #136D6C

Tints of Blue Stone #136D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 8.05%
G = 46.19%
B = 45.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#136D6C (or 0x136D6C) is known color: Blue Stone. HEX triplet: 13, 6D and 6C. RGB value is (19,109,108). Sum of RGB (Red+Green+Blue) = 19+109+108=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #136D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D6C is #EC9293. Grayscale: #515151. Windows color (decimal): -15504020 or 7105811. OLE color: 7105811.

HSL color Cylindrical-coordinate representation of color #136D6C: hue angle of 179.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D6C is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 108 -
CMYK 0.83 0 0.01 0.57
HSL 179.33º 0.7% 0.25% -
HSV(B) 179.33º 0.83% 0.43% -
XYZ 8.44 12.16 16.09 -
YUV 81.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 19 109 108 0.83 0 0.01 0.57 179.33 0.7 0.25
Hex 13 6D 6C 53 0 1 39 B3 46 19
Octal 23 155 154 123 0 1 71 263 106 31
Binary 10011 1101101 1101100 1010011 0 1 111001 10110011 1000110 11001

Color Harmonies of #136D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D6C

Black with #136D6C

Text Example


Text Example

White with #136D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,109,108); }

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

background-color css

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

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

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

border-color css

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

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

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