Html Css Color HEX #15757F Allports

📋 copy color: '#15757F'

red 21 ◦ green 117 ◦ blue 127

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

Shades of Allports #15757F

Tints of Allports #15757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.15%

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

R = 7.92%
G = 44.15%
B = 47.92%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15757F (or 0x15757F) is known color: Allports. HEX triplet: 15, 75 and 7F. RGB value is (21,117,127). Sum of RGB (Red+Green+Blue) = 21+117+127=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #15757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15757F is #EA8A80. Grayscale: #595959. Windows color (decimal): -15370881 or 8353045. OLE color: 8353045.

HSL color Cylindrical-coordinate representation of color #15757F: hue angle of 185.66º 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 #15757F is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 117 127 -
CMYK 0.83 0.08 0 0.50
HSL 185.66º 0.72% 0.29% -
HSV(B) 185.66º 0.83% 0.5% -
XYZ 10.5 14.41 22.31 -
YUV 89.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 21 117 127 0.83 0.08 0 0.50 185.66 0.72 0.29
Hex 15 75 7F 53 8 0 32 BA 48 1D
Octal 25 165 177 123 10 0 62 272 110 35
Binary 10101 1110101 1111111 1010011 1000 0 110010 10111010 1001000 11101

Color Harmonies of #15757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15757F

Black with #15757F

Text Example


Text Example

White with #15757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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