Html Css Color HEX #136D75 Allports

📋 copy color: '#136D75'

red 19 ◦ green 109 ◦ blue 117

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

Shades of Allports #136D75

Tints of Allports #136D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

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

R = 7.76%
G = 44.49%
B = 47.76%

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

#136D75 (or 0x136D75) is known color: Allports. HEX triplet: 13, 6D and 75. RGB value is (19,109,117). Sum of RGB (Red+Green+Blue) = 19+109+117=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #136D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D75 is #EC928A. Grayscale: #525252. Windows color (decimal): -15504011 or 7695635. OLE color: 7695635.

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

Color convert

RGB 19 109 117 -
CMYK 0.84 0.07 0 0.54
HSL 184.9º 0.72% 0.27% -
HSV(B) 184.9º 0.84% 0.46% -
XYZ 8.95 12.36 18.74 -
YUV 83 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 19 109 117 0.84 0.07 0 0.54 184.9 0.72 0.27
Hex 13 6D 75 54 7 0 36 B9 48 1B
Octal 23 155 165 124 7 0 66 271 110 33
Binary 10011 1101101 1110101 1010100 111 0 110110 10111001 1001000 11011

Color Harmonies of #136D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D75

Black with #136D75

Text Example


Text Example

White with #136D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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