Html Css Color HEX #19A2BE Pelorous

📋 copy color: '#19A2BE'

red 25 ◦ green 162 ◦ blue 190

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

Shades of Pelorous #19A2BE

Tints of Pelorous #19A2BE

RGB

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

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

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

R = 6.63%
G = 42.97%
B = 50.4%

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

#19A2BE (or 0x19A2BE) is known color: Pelorous. HEX triplet: 19, A2 and BE. RGB value is (25,162,190). Sum of RGB (Red+Green+Blue) = 25+162+190=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #19A2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A2BE is #E65D41. Grayscale: #7B7B7B. Windows color (decimal): -15097154 or 12493337. OLE color: 12493337.

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

Color convert

RGB 25 162 190 -
CMYK 0.87 0.15 0 0.25
HSL 190.18º 0.77% 0.42% -
HSV(B) 190.18º 0.87% 0.75% -
XYZ 22.62 29.77 53.27 -
YUV 124.23 165.11 57.22 -
System Red Green Blue C M Y K H S L
Decimal 25 162 190 0.87 0.15 0 0.25 190.18 0.77 0.42
Hex 19 A2 BE 57 F 0 19 BE 4D 2A
Octal 31 242 276 127 17 0 31 276 115 52
Binary 11001 10100010 10111110 1010111 1111 0 11001 10111110 1001101 101010

Color Harmonies of #19A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A2BE

Black with #19A2BE

Text Example


Text Example

White with #19A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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