Html Css Color HEX #19A8B6 Pelorous

📋 copy color: '#19A8B6'

red 25 ◦ green 168 ◦ blue 182

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

Shades of Pelorous #19A8B6

Tints of Pelorous #19A8B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 6.67%
G = 44.8%
B = 48.53%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#19A8B6 (or 0x19A8B6) is known color: Pelorous. HEX triplet: 19, A8 and B6. RGB value is (25,168,182). Sum of RGB (Red+Green+Blue) = 25+168+182=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: blue. Hex color #19A8B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8B6 is #E65749. Grayscale: #7E7E7E. Windows color (decimal): -15095626 or 11970585. OLE color: 11970585.

HSL color Cylindrical-coordinate representation of color #19A8B6: hue angle of 185.35º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A8B6 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 168 182 -
CMYK 0.86 0.08 0 0.29
HSL 185.35º 0.76% 0.41% -
HSV(B) 185.35º 0.86% 0.71% -
XYZ 22.85 31.59 49.15 -
YUV 126.84 159.12 55.36 -
System Red Green Blue C M Y K H S L
Decimal 25 168 182 0.86 0.08 0 0.29 185.35 0.76 0.41
Hex 19 A8 B6 56 8 0 1D B9 4C 29
Octal 31 250 266 126 10 0 35 271 114 51
Binary 11001 10101000 10110110 1010110 1000 0 11101 10111001 1001100 101001

Color Harmonies of #19A8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8B6

Black with #19A8B6

Text Example


Text Example

White with #19A8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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