Html Css Color HEX #19A0BA Pelorous

📋 copy color: '#19A0BA'

red 25 ◦ green 160 ◦ blue 186

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

Shades of Pelorous #19A0BA

Tints of Pelorous #19A0BA

RGB

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

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

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

R = 6.74%
G = 43.13%
B = 50.13%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19A0BA (or 0x19A0BA) is known color: Pelorous. HEX triplet: 19, A0 and BA. RGB value is (25,160,186). Sum of RGB (Red+Green+Blue) = 25+160+186=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 160 (62.89% from 255 or 43.13% 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 #19A0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A0BA is #E65F45. Grayscale: #7A7A7A. Windows color (decimal): -15097670 or 12230681. OLE color: 12230681.

HSL color Cylindrical-coordinate representation of color #19A0BA: hue angle of 189.69º 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 #19A0BA is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 160 186 -
CMYK 0.87 0.14 0 0.27
HSL 189.69º 0.76% 0.41% -
HSV(B) 189.69º 0.87% 0.73% -
XYZ 21.83 28.89 50.88 -
YUV 122.6 163.77 58.39 -
System Red Green Blue C M Y K H S L
Decimal 25 160 186 0.87 0.14 0 0.27 189.69 0.76 0.41
Hex 19 A0 BA 57 E 0 1B BE 4C 29
Octal 31 240 272 127 16 0 33 276 114 51
Binary 11001 10100000 10111010 1010111 1110 0 11011 10111110 1001100 101001

Color Harmonies of #19A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A0BA

Black with #19A0BA

Text Example


Text Example

White with #19A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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