Html Css Color HEX #17A2BA Pelorous

📋 copy color: '#17A2BA'

red 23 ◦ green 162 ◦ blue 186

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

Shades of Pelorous #17A2BA

Tints of Pelorous #17A2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 6.2%
G = 43.67%
B = 50.13%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#17A2BA (or 0x17A2BA) is known color: Pelorous. HEX triplet: 17, A2 and BA. RGB value is (23,162,186). Sum of RGB (Red+Green+Blue) = 23+162+186=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #17A2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A2BA is #E85D45. Grayscale: #7A7A7A. Windows color (decimal): -15228230 or 12231191. OLE color: 12231191.

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

Color convert

RGB 23 162 186 -
CMYK 0.88 0.13 0 0.27
HSL 188.83º 0.78% 0.41% -
HSV(B) 188.83º 0.88% 0.73% -
XYZ 22.14 29.57 50.99 -
YUV 123.18 163.45 56.55 -
System Red Green Blue C M Y K H S L
Decimal 23 162 186 0.88 0.13 0 0.27 188.83 0.78 0.41
Hex 17 A2 BA 58 D 0 1B BD 4E 29
Octal 27 242 272 130 15 0 33 275 116 51
Binary 10111 10100010 10111010 1011000 1101 0 11011 10111101 1001110 101001

Color Harmonies of #17A2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17A2BA

Black with #17A2BA

Text Example


Text Example

White with #17A2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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