Html Css Color HEX #136C73 Allports

📋 copy color: '#136C73'

red 19 ◦ green 108 ◦ blue 115

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

Shades of Allports #136C73

Tints of Allports #136C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 7.85%
G = 44.63%
B = 47.52%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136C73 (or 0x136C73) is known color: Allports. HEX triplet: 13, 6C and 73. RGB value is (19,108,115). Sum of RGB (Red+Green+Blue) = 19+108+115=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #136C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C73 is #EC938C. Grayscale: #525252. Windows color (decimal): -15504269 or 7564307. OLE color: 7564307.

HSL color Cylindrical-coordinate representation of color #136C73: hue angle of 184.38º degrees, saturation: 0.72, 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 #136C73 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 108 115 -
CMYK 0.83 0.06 0 0.55
HSL 184.38º 0.72% 0.26% -
HSV(B) 184.38º 0.83% 0.45% -
XYZ 8.73 12.1 18.1 -
YUV 82.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 19 108 115 0.83 0.06 0 0.55 184.38 0.72 0.26
Hex 13 6C 73 53 6 0 37 B8 48 1A
Octal 23 154 163 123 6 0 67 270 110 32
Binary 10011 1101100 1110011 1010011 110 0 110111 10111000 1001000 11010

Color Harmonies of #136C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C73

Black with #136C73

Text Example


Text Example

White with #136C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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