Html Css Color HEX #19A8BE Pelorous

📋 copy color: '#19A8BE'

red 25 ◦ green 168 ◦ blue 190

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

Shades of Pelorous #19A8BE

Tints of Pelorous #19A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 6.53%
G = 43.86%
B = 49.61%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#19A8BE (or 0x19A8BE) is known color: Pelorous. HEX triplet: 19, A8 and BE. RGB value is (25,168,190). Sum of RGB (Red+Green+Blue) = 25+168+190=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #19A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8BE is #E65741. Grayscale: #7F7F7F. Windows color (decimal): -15095618 or 12494873. OLE color: 12494873.

HSL color Cylindrical-coordinate representation of color #19A8BE: hue angle of 188º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19A8BE is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 168 190 -
CMYK 0.87 0.12 0 0.25
HSL 188º 0.77% 0.42% -
HSV(B) 188º 0.87% 0.75% -
XYZ 23.7 31.93 53.63 -
YUV 127.75 163.12 54.71 -
System Red Green Blue C M Y K H S L
Decimal 25 168 190 0.87 0.12 0 0.25 188 0.77 0.42
Hex 19 A8 BE 57 C 0 19 BC 4D 2A
Octal 31 250 276 127 14 0 31 274 115 52
Binary 11001 10101000 10111110 1010111 1100 0 11001 10111100 1001101 101010

Color Harmonies of #19A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8BE

Black with #19A8BE

Text Example


Text Example

White with #19A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,168,190); }

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

background-color css

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

 a { background-color: rgb(25,168,190); }

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

border-color css

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

 span { border-color: rgb(25,168,190); }

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