Html Css Color HEX #17A3BA Pelorous

📋 copy color: '#17A3BA'

red 23 ◦ green 163 ◦ blue 186

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

Shades of Pelorous #17A3BA

Tints of Pelorous #17A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.82%

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

R = 6.18%
G = 43.82%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#17A3BA (or 0x17A3BA) is known color: Pelorous. HEX triplet: 17, A3 and BA. RGB value is (23,163,186). Sum of RGB (Red+Green+Blue) = 23+163+186=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #17A3BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A3BA is #E85C45. Grayscale: #7B7B7B. Windows color (decimal): -15227974 or 12231447. OLE color: 12231447.

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

Color convert

RGB 23 163 186 -
CMYK 0.88 0.12 0 0.27
HSL 188.47º 0.78% 0.41% -
HSV(B) 188.47º 0.88% 0.73% -
XYZ 22.31 29.92 51.05 -
YUV 123.76 163.12 56.13 -
System Red Green Blue C M Y K H S L
Decimal 23 163 186 0.88 0.12 0 0.27 188.47 0.78 0.41
Hex 17 A3 BA 58 C 0 1B BC 4E 29
Octal 27 243 272 130 14 0 33 274 116 51
Binary 10111 10100011 10111010 1011000 1100 0 11011 10111100 1001110 101001

Color Harmonies of #17A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A3BA

Black with #17A3BA

Text Example


Text Example

White with #17A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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