Html Css Color HEX #136D72 Allports

📋 copy color: '#136D72'

red 19 ◦ green 109 ◦ blue 114

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

Shades of Allports #136D72

Tints of Allports #136D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 7.85%
G = 45.04%
B = 47.11%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136D72 (or 0x136D72) is known color: Allports. HEX triplet: 13, 6D and 72. RGB value is (19,109,114). Sum of RGB (Red+Green+Blue) = 19+109+114=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #136D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D72 is #EC928D. Grayscale: #525252. Windows color (decimal): -15504014 or 7499027. OLE color: 7499027.

HSL color Cylindrical-coordinate representation of color #136D72: hue angle of 183.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D72 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 109 114 -
CMYK 0.83 0.04 0 0.55
HSL 183.16º 0.71% 0.26% -
HSV(B) 183.16º 0.83% 0.45% -
XYZ 8.77 12.29 17.83 -
YUV 82.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 19 109 114 0.83 0.04 0 0.55 183.16 0.71 0.26
Hex 13 6D 72 53 4 0 37 B7 47 1A
Octal 23 155 162 123 4 0 67 267 107 32
Binary 10011 1101101 1110010 1010011 100 0 110111 10110111 1000111 11010

Color Harmonies of #136D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D72

Black with #136D72

Text Example


Text Example

White with #136D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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