Html Css Color HEX #17697D Allports

📋 copy color: '#17697D'

red 23 ◦ green 105 ◦ blue 125

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

Shades of Allports #17697D

Tints of Allports #17697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 9.09%
G = 41.5%
B = 49.41%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17697D (or 0x17697D) is known color: Allports. HEX triplet: 17, 69 and 7D. RGB value is (23,105,125). Sum of RGB (Red+Green+Blue) = 23+105+125=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #17697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17697D is #E89682. Grayscale: #525252. Windows color (decimal): -15242883 or 8218903. OLE color: 8218903.

HSL color Cylindrical-coordinate representation of color #17697D: hue angle of 191.76º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17697D is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 105 125 -
CMYK 0.82 0.16 0 0.51
HSL 191.76º 0.69% 0.29% -
HSV(B) 191.76º 0.82% 0.49% -
XYZ 9.11 11.77 21.19 -
YUV 82.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 23 105 125 0.82 0.16 0 0.51 191.76 0.69 0.29
Hex 17 69 7D 52 10 0 33 C0 45 1D
Octal 27 151 175 122 20 0 63 300 105 35
Binary 10111 1101001 1111101 1010010 10000 0 110011 11000000 1000101 11101

Color Harmonies of #17697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17697D

Black with #17697D

Text Example


Text Example

White with #17697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17697D; }

 p { color: rgb(23,105,125); }

 H1.HeaderClassName
 {
   color: #17697D;
 }
 .AnyTagClassName
 {
   color: #17697D;
 }
</style>

background-color css

<style>
 a { background-color: #17697D; }

 a { background-color: rgb(23,105,125); }

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

border-color css

<style>
 span { border-color: #17697D; }

 span { border-color: rgb(23,105,125); }

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