Html Css Color HEX #136C7F Allports

📋 copy color: '#136C7F'

red 19 ◦ green 108 ◦ blue 127

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

Shades of Allports #136C7F

Tints of Allports #136C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50%

R = 7.48%
G = 42.52%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136C7F (or 0x136C7F) is known color: Allports. HEX triplet: 13, 6C and 7F. RGB value is (19,108,127). Sum of RGB (Red+Green+Blue) = 19+108+127=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #136C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C7F is #EC9380. Grayscale: #535353. Windows color (decimal): -15504257 or 8350739. OLE color: 8350739.

HSL color Cylindrical-coordinate representation of color #136C7F: hue angle of 190.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136C7F is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 108 127 -
CMYK 0.85 0.15 0 0.50
HSL 190.56º 0.74% 0.29% -
HSV(B) 190.56º 0.85% 0.5% -
XYZ 9.46 12.4 21.97 -
YUV 83.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 19 108 127 0.85 0.15 0 0.50 190.56 0.74 0.29
Hex 13 6C 7F 55 F 0 32 BF 4A 1D
Octal 23 154 177 125 17 0 62 277 112 35
Binary 10011 1101100 1111111 1010101 1111 0 110010 10111111 1001010 11101

Color Harmonies of #136C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C7F

Black with #136C7F

Text Example


Text Example

White with #136C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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