Html Css Color HEX #179BAB Pelorous

📋 copy color: '#179BAB'

red 23 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #179BAB

Tints of Pelorous #179BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

 BLUE value IS 171 (67.19% from 255) = 49%

R = 6.59%
G = 44.41%
B = 49%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#179BAB (or 0x179BAB) is known color: Pelorous. HEX triplet: 17, 9B and AB. RGB value is (23,155,171). Sum of RGB (Red+Green+Blue) = 23+155+171=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #179BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179BAB is #E86454. Grayscale: #757575. Windows color (decimal): -15230037 or 11246359. OLE color: 11246359.

HSL color Cylindrical-coordinate representation of color #179BAB: hue angle of 186.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179BAB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 155 171 -
CMYK 0.87 0.09 0 0.33
HSL 186.49º 0.76% 0.38% -
HSV(B) 186.49º 0.87% 0.67% -
XYZ 19.43 26.57 42.63 -
YUV 117.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 23 155 171 0.87 0.09 0 0.33 186.49 0.76 0.38
Hex 17 9B AB 57 9 0 21 BA 4C 26
Octal 27 233 253 127 11 0 41 272 114 46
Binary 10111 10011011 10101011 1010111 1001 0 100001 10111010 1001100 100110

Color Harmonies of #179BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #179BAB

Black with #179BAB

Text Example


Text Example

White with #179BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #179BAB; }

 p { color: rgb(23,155,171); }

 H1.HeaderClassName
 {
   color: #179BAB;
 }
 .AnyTagClassName
 {
   color: #179BAB;
 }
</style>

background-color css

<style>
 a { background-color: #179BAB; }

 a { background-color: rgb(23,155,171); }

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

border-color css

<style>
 span { border-color: #179BAB; }

 span { border-color: rgb(23,155,171); }

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