Html Css Color HEX #15747F Allports

📋 copy color: '#15747F'

red 21 ◦ green 116 ◦ blue 127

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

Shades of Allports #15747F

Tints of Allports #15747F

RGB

 RED value IS 21 (8.59% from 255) = 7.95%

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 7.95%
G = 43.94%
B = 48.11%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15747F (or 0x15747F) is known color: Allports. HEX triplet: 15, 74 and 7F. RGB value is (21,116,127). Sum of RGB (Red+Green+Blue) = 21+116+127=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #15747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15747F is #EA8B80. Grayscale: #585858. Windows color (decimal): -15371137 or 8352789. OLE color: 8352789.

HSL color Cylindrical-coordinate representation of color #15747F: hue angle of 186.23º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15747F is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 116 127 -
CMYK 0.83 0.09 0 0.50
HSL 186.23º 0.72% 0.29% -
HSV(B) 186.23º 0.83% 0.5% -
XYZ 10.39 14.18 22.27 -
YUV 88.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 21 116 127 0.83 0.09 0 0.50 186.23 0.72 0.29
Hex 15 74 7F 53 9 0 32 BA 48 1D
Octal 25 164 177 123 11 0 62 272 110 35
Binary 10101 1110100 1111111 1010011 1001 0 110010 10111010 1001000 11101

Color Harmonies of #15747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15747F

Black with #15747F

Text Example


Text Example

White with #15747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15747F; }

 p { color: rgb(21,116,127); }

 H1.HeaderClassName
 {
   color: #15747F;
 }
 .AnyTagClassName
 {
   color: #15747F;
 }
</style>

background-color css

<style>
 a { background-color: #15747F; }

 a { background-color: rgb(21,116,127); }

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

border-color css

<style>
 span { border-color: #15747F; }

 span { border-color: rgb(21,116,127); }

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