Html Css Color HEX #136B75 Allports

📋 copy color: '#136B75'

red 19 ◦ green 107 ◦ blue 117

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

Shades of Allports #136B75

Tints of Allports #136B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

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

R = 7.82%
G = 44.03%
B = 48.15%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136B75 (or 0x136B75) is known color: Allports. HEX triplet: 13, 6B and 75. RGB value is (19,107,117). Sum of RGB (Red+Green+Blue) = 19+107+117=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #136B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B75 is #EC948A. Grayscale: #515151. Windows color (decimal): -15504523 or 7695123. OLE color: 7695123.

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

Color convert

RGB 19 107 117 -
CMYK 0.84 0.09 0 0.54
HSL 186.12º 0.72% 0.27% -
HSV(B) 186.12º 0.84% 0.46% -
XYZ 8.74 11.94 18.67 -
YUV 81.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 19 107 117 0.84 0.09 0 0.54 186.12 0.72 0.27
Hex 13 6B 75 54 9 0 36 BA 48 1B
Octal 23 153 165 124 11 0 66 272 110 33
Binary 10011 1101011 1110101 1010100 1001 0 110110 10111010 1001000 11011

Color Harmonies of #136B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B75

Black with #136B75

Text Example


Text Example

White with #136B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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