Html Css Color HEX #17727F Allports

📋 copy color: '#17727F'

red 23 ◦ green 114 ◦ blue 127

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

Shades of Allports #17727F

Tints of Allports #17727F

RGB

 RED value IS 23 (9.38% from 255) = 8.71%

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 8.71%
G = 43.18%
B = 48.11%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#17727F (or 0x17727F) is known color: Allports. HEX triplet: 17, 72 and 7F. RGB value is (23,114,127). Sum of RGB (Red+Green+Blue) = 23+114+127=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 114 (44.92% from 255 or 43.18% 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 #17727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17727F is #E88D80. Grayscale: #585858. Windows color (decimal): -15240577 or 8352279. OLE color: 8352279.

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

Color convert

RGB 23 114 127 -
CMYK 0.82 0.10 0 0.50
HSL 187.5º 0.69% 0.29% -
HSV(B) 187.5º 0.82% 0.5% -
XYZ 10.2 13.75 22.19 -
YUV 88.27 149.85 81.44 -
System Red Green Blue C M Y K H S L
Decimal 23 114 127 0.82 0.10 0 0.50 187.5 0.69 0.29
Hex 17 72 7F 52 A 0 32 BC 45 1D
Octal 27 162 177 122 12 0 62 274 105 35
Binary 10111 1110010 1111111 1010010 1010 0 110010 10111100 1000101 11101

Color Harmonies of #17727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17727F

Black with #17727F

Text Example


Text Example

White with #17727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,114,127); }

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

background-color css

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

 a { background-color: rgb(23,114,127); }

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

border-color css

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

 span { border-color: rgb(23,114,127); }

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