Html Css Color HEX #17768C Allports

📋 copy color: '#17768C'

red 23 ◦ green 118 ◦ blue 140

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

Shades of Allports #17768C

Tints of Allports #17768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 140 (55.08% from 255) = 49.82%

R = 8.19%
G = 41.99%
B = 49.82%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17768C (or 0x17768C) is known color: Allports. HEX triplet: 17, 76 and 8C. RGB value is (23,118,140). Sum of RGB (Red+Green+Blue) = 23+118+140=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #17768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17768C is #E88973. Grayscale: #5B5B5B. Windows color (decimal): -15239540 or 9205271. OLE color: 9205271.

HSL color Cylindrical-coordinate representation of color #17768C: hue angle of 191.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17768C is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 118 140 -
CMYK 0.84 0.16 0 0.45
HSL 191.28º 0.72% 0.32% -
HSV(B) 191.28º 0.84% 0.55% -
XYZ 11.57 15.03 27.1 -
YUV 92.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 23 118 140 0.84 0.16 0 0.45 191.28 0.72 0.32
Hex 17 76 8C 54 10 0 2D BF 48 20
Octal 27 166 214 124 20 0 55 277 110 40
Binary 10111 1110110 10001100 1010100 10000 0 101101 10111111 1001000 100000

Color Harmonies of #17768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17768C

Black with #17768C

Text Example


Text Example

White with #17768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17768C; }

 p { color: rgb(23,118,140); }

 H1.HeaderClassName
 {
   color: #17768C;
 }
 .AnyTagClassName
 {
   color: #17768C;
 }
</style>

background-color css

<style>
 a { background-color: #17768C; }

 a { background-color: rgb(23,118,140); }

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

border-color css

<style>
 span { border-color: #17768C; }

 span { border-color: rgb(23,118,140); }

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