Html Css Color HEX #136E76 Allports

📋 copy color: '#136E76'

red 19 ◦ green 110 ◦ blue 118

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

Shades of Allports #136E76

Tints of Allports #136E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.53%

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 7.69%
G = 44.53%
B = 47.77%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136E76 (or 0x136E76) is known color: Allports. HEX triplet: 13, 6E and 76. RGB value is (19,110,118). Sum of RGB (Red+Green+Blue) = 19+110+118=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #136E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E76 is #EC9189. Grayscale: #535353. Windows color (decimal): -15503754 or 7761427. OLE color: 7761427.

HSL color Cylindrical-coordinate representation of color #136E76: hue angle of 184.85º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136E76 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 110 118 -
CMYK 0.84 0.07 0 0.54
HSL 184.85º 0.72% 0.27% -
HSV(B) 184.85º 0.84% 0.46% -
XYZ 9.11 12.6 19.09 -
YUV 83.7 147.35 81.85 -
System Red Green Blue C M Y K H S L
Decimal 19 110 118 0.84 0.07 0 0.54 184.85 0.72 0.27
Hex 13 6E 76 54 7 0 36 B9 48 1B
Octal 23 156 166 124 7 0 66 271 110 33
Binary 10011 1101110 1110110 1010100 111 0 110110 10111001 1001000 11011

Color Harmonies of #136E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E76

Black with #136E76

Text Example


Text Example

White with #136E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,110,118); }

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

background-color css

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

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

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

border-color css

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

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

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