Html Css Color HEX #19A1BE Pelorous

📋 copy color: '#19A1BE'

red 25 ◦ green 161 ◦ blue 190

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

Shades of Pelorous #19A1BE

Tints of Pelorous #19A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

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

R = 6.65%
G = 42.82%
B = 50.53%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#19A1BE (or 0x19A1BE) is known color: Pelorous. HEX triplet: 19, A1 and BE. RGB value is (25,161,190). Sum of RGB (Red+Green+Blue) = 25+161+190=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #19A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A1BE is #E65E41. Grayscale: #7B7B7B. Windows color (decimal): -15097410 or 12493081. OLE color: 12493081.

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

Color convert

RGB 25 161 190 -
CMYK 0.87 0.15 0 0.25
HSL 190.55º 0.77% 0.42% -
HSV(B) 190.55º 0.87% 0.75% -
XYZ 22.44 29.41 53.21 -
YUV 123.64 165.44 57.64 -
System Red Green Blue C M Y K H S L
Decimal 25 161 190 0.87 0.15 0 0.25 190.55 0.77 0.42
Hex 19 A1 BE 57 F 0 19 BF 4D 2A
Octal 31 241 276 127 17 0 31 277 115 52
Binary 11001 10100001 10111110 1010111 1111 0 11001 10111111 1001101 101010

Color Harmonies of #19A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A1BE

Black with #19A1BE

Text Example


Text Example

White with #19A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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