Html Css Color HEX #199AAB Pelorous

📋 copy color: '#199AAB'

red 25 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #199AAB

Tints of Pelorous #199AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 7.14%
G = 44%
B = 48.86%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199AAB (or 0x199AAB) is known color: Pelorous. HEX triplet: 19, 9A and AB. RGB value is (25,154,171). Sum of RGB (Red+Green+Blue) = 25+154+171=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #199AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AAB is #E66554. Grayscale: #757575. Windows color (decimal): -15099221 or 11246105. OLE color: 11246105.

HSL color Cylindrical-coordinate representation of color #199AAB: hue angle of 186.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199AAB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 154 171 -
CMYK 0.85 0.10 0 0.33
HSL 186.99º 0.74% 0.38% -
HSV(B) 186.99º 0.85% 0.67% -
XYZ 19.31 26.26 42.58 -
YUV 117.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 25 154 171 0.85 0.10 0 0.33 186.99 0.74 0.38
Hex 19 9A AB 55 A 0 21 BB 4A 26
Octal 31 232 253 125 12 0 41 273 112 46
Binary 11001 10011010 10101011 1010101 1010 0 100001 10111011 1001010 100110

Color Harmonies of #199AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AAB

Black with #199AAB

Text Example


Text Example

White with #199AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199AAB; }

 p { color: rgb(25,154,171); }

 H1.HeaderClassName
 {
   color: #199AAB;
 }
 .AnyTagClassName
 {
   color: #199AAB;
 }
</style>

background-color css

<style>
 a { background-color: #199AAB; }

 a { background-color: rgb(25,154,171); }

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

border-color css

<style>
 span { border-color: #199AAB; }

 span { border-color: rgb(25,154,171); }

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