Html Css Color HEX #136F73 Allports

📋 copy color: '#136F73'

red 19 ◦ green 111 ◦ blue 115

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

Shades of Allports #136F73

Tints of Allports #136F73

RGB

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

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

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

R = 7.76%
G = 45.31%
B = 46.94%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#136F73 (or 0x136F73) is known color: Allports. HEX triplet: 13, 6F and 73. RGB value is (19,111,115). Sum of RGB (Red+Green+Blue) = 19+111+115=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #136F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F73 is #EC908C. Grayscale: #535353. Windows color (decimal): -15503501 or 7565075. OLE color: 7565075.

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

Color convert

RGB 19 111 115 -
CMYK 0.83 0.03 0 0.55
HSL 182.5º 0.72% 0.26% -
HSV(B) 182.5º 0.83% 0.45% -
XYZ 9.05 12.75 18.2 -
YUV 83.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 19 111 115 0.83 0.03 0 0.55 182.5 0.72 0.26
Hex 13 6F 73 53 3 0 37 B6 48 1A
Octal 23 157 163 123 3 0 67 266 110 32
Binary 10011 1101111 1110011 1010011 11 0 110111 10110110 1001000 11010

Color Harmonies of #136F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F73

Black with #136F73

Text Example


Text Example

White with #136F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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