Html Css Color HEX #17A6BA Pelorous

📋 copy color: '#17A6BA'

red 23 ◦ green 166 ◦ blue 186

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

Shades of Pelorous #17A6BA

Tints of Pelorous #17A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

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

R = 6.13%
G = 44.27%
B = 49.6%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#17A6BA (or 0x17A6BA) is known color: Pelorous. HEX triplet: 17, A6 and BA. RGB value is (23,166,186). Sum of RGB (Red+Green+Blue) = 23+166+186=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #17A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A6BA is #E85945. Grayscale: #7D7D7D. Windows color (decimal): -15227206 or 12232215. OLE color: 12232215.

HSL color Cylindrical-coordinate representation of color #17A6BA: hue angle of 187.36º 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 #17A6BA is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 166 186 -
CMYK 0.88 0.11 0 0.27
HSL 187.36º 0.78% 0.41% -
HSV(B) 187.36º 0.88% 0.73% -
XYZ 22.85 31 51.23 -
YUV 125.52 162.12 54.87 -
System Red Green Blue C M Y K H S L
Decimal 23 166 186 0.88 0.11 0 0.27 187.36 0.78 0.41
Hex 17 A6 BA 58 B 0 1B BB 4E 29
Octal 27 246 272 130 13 0 33 273 116 51
Binary 10111 10100110 10111010 1011000 1011 0 11011 10111011 1001110 101001

Color Harmonies of #17A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A6BA

Black with #17A6BA

Text Example


Text Example

White with #17A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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