Html Css Color HEX #19A6BA Pelorous

📋 copy color: '#19A6BA'

red 25 ◦ green 166 ◦ blue 186

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

Shades of Pelorous #19A6BA

Tints of Pelorous #19A6BA

RGB

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

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

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

R = 6.63%
G = 44.03%
B = 49.34%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19A6BA (or 0x19A6BA) is known color: Pelorous. HEX triplet: 19, A6 and BA. RGB value is (25,166,186). Sum of RGB (Red+Green+Blue) = 25+166+186=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #19A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A6BA is #E65945. Grayscale: #7D7D7D. Windows color (decimal): -15096134 or 12232217. OLE color: 12232217.

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

Color convert

RGB 25 166 186 -
CMYK 0.87 0.11 0 0.27
HSL 187.45º 0.76% 0.41% -
HSV(B) 187.45º 0.87% 0.73% -
XYZ 22.9 31.02 51.24 -
YUV 126.12 161.79 55.87 -
System Red Green Blue C M Y K H S L
Decimal 25 166 186 0.87 0.11 0 0.27 187.45 0.76 0.41
Hex 19 A6 BA 57 B 0 1B BB 4C 29
Octal 31 246 272 127 13 0 33 273 114 51
Binary 11001 10100110 10111010 1010111 1011 0 11011 10111011 1001100 101001

Color Harmonies of #19A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A6BA

Black with #19A6BA

Text Example


Text Example

White with #19A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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