Html Css Color HEX #136F75 Allports

📋 copy color: '#136F75'

red 19 ◦ green 111 ◦ blue 117

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

Shades of Allports #136F75

Tints of Allports #136F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 7.69%
G = 44.94%
B = 47.37%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136F75 (or 0x136F75) is known color: Allports. HEX triplet: 13, 6F and 75. RGB value is (19,111,117). Sum of RGB (Red+Green+Blue) = 19+111+117=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #136F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F75 is #EC908A. Grayscale: #545454. Windows color (decimal): -15503499 or 7696147. OLE color: 7696147.

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

Color convert

RGB 19 111 117 -
CMYK 0.84 0.05 0 0.54
HSL 183.67º 0.72% 0.27% -
HSV(B) 183.67º 0.84% 0.46% -
XYZ 9.16 12.79 18.82 -
YUV 84.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 19 111 117 0.84 0.05 0 0.54 183.67 0.72 0.27
Hex 13 6F 75 54 5 0 36 B8 48 1B
Octal 23 157 165 124 5 0 66 270 110 33
Binary 10011 1101111 1110101 1010100 101 0 110110 10111000 1001000 11011

Color Harmonies of #136F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F75

Black with #136F75

Text Example


Text Example

White with #136F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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