Html Css Color HEX #136C75 Allports

📋 copy color: '#136C75'

red 19 ◦ green 108 ◦ blue 117

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

Shades of Allports #136C75

Tints of Allports #136C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.95%

R = 7.79%
G = 44.26%
B = 47.95%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136C75 (or 0x136C75) is known color: Allports. HEX triplet: 13, 6C and 75. RGB value is (19,108,117). Sum of RGB (Red+Green+Blue) = 19+108+117=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #136C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C75 is #EC938A. Grayscale: #525252. Windows color (decimal): -15504267 or 7695379. OLE color: 7695379.

HSL color Cylindrical-coordinate representation of color #136C75: hue angle of 185.51º 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 #136C75 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 108 117 -
CMYK 0.84 0.08 0 0.54
HSL 185.51º 0.72% 0.27% -
HSV(B) 185.51º 0.84% 0.46% -
XYZ 8.84 12.15 18.71 -
YUV 82.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 19 108 117 0.84 0.08 0 0.54 185.51 0.72 0.27
Hex 13 6C 75 54 8 0 36 BA 48 1B
Octal 23 154 165 124 10 0 66 272 110 33
Binary 10011 1101100 1110101 1010100 1000 0 110110 10111010 1001000 11011

Color Harmonies of #136C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C75

Black with #136C75

Text Example


Text Example

White with #136C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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