Html Css Color HEX #19A0AF Pelorous

📋 copy color: '#19A0AF'

red 25 ◦ green 160 ◦ blue 175

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

Shades of Pelorous #19A0AF

Tints of Pelorous #19A0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.44%

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 6.94%
G = 44.44%
B = 48.61%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#19A0AF (or 0x19A0AF) is known color: Pelorous. HEX triplet: 19, A0 and AF. RGB value is (25,160,175). Sum of RGB (Red+Green+Blue) = 25+160+175=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #19A0AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A0AF is #E65F50. Grayscale: #797979. Windows color (decimal): -15097681 or 11509785. OLE color: 11509785.

HSL color Cylindrical-coordinate representation of color #19A0AF: hue angle of 186º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A0AF is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 160 175 -
CMYK 0.86 0.09 0 0.31
HSL 186º 0.75% 0.39% -
HSV(B) 186º 0.86% 0.69% -
XYZ 20.71 28.44 44.96 -
YUV 121.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 25 160 175 0.86 0.09 0 0.31 186 0.75 0.39
Hex 19 A0 AF 56 9 0 1F BA 4B 27
Octal 31 240 257 126 11 0 37 272 113 47
Binary 11001 10100000 10101111 1010110 1001 0 11111 10111010 1001011 100111

Color Harmonies of #19A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A0AF

Black with #19A0AF

Text Example


Text Example

White with #19A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,160,175); }

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

background-color css

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

 a { background-color: rgb(25,160,175); }

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

border-color css

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

 span { border-color: rgb(25,160,175); }

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