Html Css Color HEX #19AABF Pelorous

📋 copy color: '#19AABF'

red 25 ◦ green 170 ◦ blue 191

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

Shades of Pelorous #19AABF

Tints of Pelorous #19AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.04%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 6.48%
G = 44.04%
B = 49.48%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#19AABF (or 0x19AABF) is known color: Pelorous. HEX triplet: 19, AA and BF. RGB value is (25,170,191). Sum of RGB (Red+Green+Blue) = 25+170+191=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #19AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AABF is #E65540. Grayscale: #808080. Windows color (decimal): -15095105 or 12560921. OLE color: 12560921.

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

Color convert

RGB 25 170 191 -
CMYK 0.87 0.11 0 0.25
HSL 187.59º 0.77% 0.42% -
HSV(B) 187.59º 0.87% 0.75% -
XYZ 24.18 32.72 54.33 -
YUV 129.04 162.96 53.79 -
System Red Green Blue C M Y K H S L
Decimal 25 170 191 0.87 0.11 0 0.25 187.59 0.77 0.42
Hex 19 AA BF 57 B 0 19 BC 4D 2A
Octal 31 252 277 127 13 0 31 274 115 52
Binary 11001 10101010 10111111 1010111 1011 0 11001 10111100 1001101 101010

Color Harmonies of #19AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AABF

Black with #19AABF

Text Example


Text Example

White with #19AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,170,191); }

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

background-color css

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

 a { background-color: rgb(25,170,191); }

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

border-color css

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

 span { border-color: rgb(25,170,191); }

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