Html Css Color HEX #136E75 Allports

📋 copy color: '#136E75'

red 19 ◦ green 110 ◦ blue 117

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

Shades of Allports #136E75

Tints of Allports #136E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.72%

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

R = 7.72%
G = 44.72%
B = 47.56%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136E75 (or 0x136E75) is known color: Allports. HEX triplet: 13, 6E and 75. RGB value is (19,110,117). Sum of RGB (Red+Green+Blue) = 19+110+117=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #136E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E75 is #EC918A. Grayscale: #535353. Windows color (decimal): -15503755 or 7695891. OLE color: 7695891.

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

Color convert

RGB 19 110 117 -
CMYK 0.84 0.06 0 0.54
HSL 184.29º 0.72% 0.27% -
HSV(B) 184.29º 0.84% 0.46% -
XYZ 9.06 12.57 18.78 -
YUV 83.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 19 110 117 0.84 0.06 0 0.54 184.29 0.72 0.27
Hex 13 6E 75 54 6 0 36 B8 48 1B
Octal 23 156 165 124 6 0 66 270 110 33
Binary 10011 1101110 1110101 1010100 110 0 110110 10111000 1001000 11011

Color Harmonies of #136E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136E75

Black with #136E75

Text Example


Text Example

White with #136E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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