Html Css Color HEX #19A2BA Pelorous

📋 copy color: '#19A2BA'

red 25 ◦ green 162 ◦ blue 186

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

Shades of Pelorous #19A2BA

Tints of Pelorous #19A2BA

RGB

 RED value IS 25 (10.16% from 255) = 6.7%

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

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

R = 6.7%
G = 43.43%
B = 49.87%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19A2BA (or 0x19A2BA) is known color: Pelorous. HEX triplet: 19, A2 and BA. RGB value is (25,162,186). Sum of RGB (Red+Green+Blue) = 25+162+186=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #19A2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A2BA is #E65D45. Grayscale: #7B7B7B. Windows color (decimal): -15097158 or 12231193. OLE color: 12231193.

HSL color Cylindrical-coordinate representation of color #19A2BA: hue angle of 188.94º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A2BA is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 162 186 -
CMYK 0.87 0.13 0 0.27
HSL 188.94º 0.76% 0.41% -
HSV(B) 188.94º 0.87% 0.73% -
XYZ 22.18 29.59 51 -
YUV 123.77 163.11 57.55 -
System Red Green Blue C M Y K H S L
Decimal 25 162 186 0.87 0.13 0 0.27 188.94 0.76 0.41
Hex 19 A2 BA 57 D 0 1B BD 4C 29
Octal 31 242 272 127 15 0 33 275 114 51
Binary 11001 10100010 10111010 1010111 1101 0 11011 10111101 1001100 101001

Color Harmonies of #19A2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A2BA

Black with #19A2BA

Text Example


Text Example

White with #19A2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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