Html Css Color HEX #17A0BA Pelorous

📋 copy color: '#17A0BA'

red 23 ◦ green 160 ◦ blue 186

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

Shades of Pelorous #17A0BA

Tints of Pelorous #17A0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 6.23%
G = 43.36%
B = 50.41%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#17A0BA (or 0x17A0BA) is known color: Pelorous. HEX triplet: 17, A0 and BA. RGB value is (23,160,186). Sum of RGB (Red+Green+Blue) = 23+160+186=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #17A0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0BA is #E85F45. Grayscale: #797979. Windows color (decimal): -15228742 or 12230679. OLE color: 12230679.

HSL color Cylindrical-coordinate representation of color #17A0BA: hue angle of 189.57º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A0BA is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 160 186 -
CMYK 0.88 0.14 0 0.27
HSL 189.57º 0.78% 0.41% -
HSV(B) 189.57º 0.88% 0.73% -
XYZ 21.79 28.87 50.88 -
YUV 122 164.11 57.39 -
System Red Green Blue C M Y K H S L
Decimal 23 160 186 0.88 0.14 0 0.27 189.57 0.78 0.41
Hex 17 A0 BA 58 E 0 1B BE 4E 29
Octal 27 240 272 130 16 0 33 276 116 51
Binary 10111 10100000 10111010 1011000 1110 0 11011 10111110 1001110 101001

Color Harmonies of #17A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A0BA

Black with #17A0BA

Text Example


Text Example

White with #17A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17A0BA; }

 p { color: rgb(23,160,186); }

 H1.HeaderClassName
 {
   color: #17A0BA;
 }
 .AnyTagClassName
 {
   color: #17A0BA;
 }
</style>

background-color css

<style>
 a { background-color: #17A0BA; }

 a { background-color: rgb(23,160,186); }

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

border-color css

<style>
 span { border-color: #17A0BA; }

 span { border-color: rgb(23,160,186); }

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