Html Css Color HEX #13737A Allports

📋 copy color: '#13737A'

red 19 ◦ green 115 ◦ blue 122

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

Shades of Allports #13737A

Tints of Allports #13737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.92%

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 7.42%
G = 44.92%
B = 47.66%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13737A (or 0x13737A) is known color: Allports. HEX triplet: 13, 73 and 7A. RGB value is (19,115,122). Sum of RGB (Red+Green+Blue) = 19+115+122=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #13737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13737A is #EC8C85. Grayscale: #565656. Windows color (decimal): -15502470 or 8024851. OLE color: 8024851.

HSL color Cylindrical-coordinate representation of color #13737A: hue angle of 184.08º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13737A is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 115 122 -
CMYK 0.84 0.06 0 0.52
HSL 184.08º 0.73% 0.28% -
HSV(B) 184.08º 0.84% 0.48% -
XYZ 9.91 13.81 20.55 -
YUV 87.09 147.7 79.43 -
System Red Green Blue C M Y K H S L
Decimal 19 115 122 0.84 0.06 0 0.52 184.08 0.73 0.28
Hex 13 73 7A 54 6 0 34 B8 49 1C
Octal 23 163 172 124 6 0 64 270 111 34
Binary 10011 1110011 1111010 1010100 110 0 110100 10111000 1001001 11100

Color Harmonies of #13737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13737A

Black with #13737A

Text Example


Text Example

White with #13737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13737A; }

 p { color: rgb(19,115,122); }

 H1.HeaderClassName
 {
   color: #13737A;
 }
 .AnyTagClassName
 {
   color: #13737A;
 }
</style>

background-color css

<style>
 a { background-color: #13737A; }

 a { background-color: rgb(19,115,122); }

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

border-color css

<style>
 span { border-color: #13737A; }

 span { border-color: rgb(19,115,122); }

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