Html Css Color HEX #199BAB Pelorous

📋 copy color: '#199BAB'

red 25 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #199BAB

Tints of Pelorous #199BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

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

R = 7.12%
G = 44.16%
B = 48.72%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199BAB (or 0x199BAB) is known color: Pelorous. HEX triplet: 19, 9B and AB. RGB value is (25,155,171). Sum of RGB (Red+Green+Blue) = 25+155+171=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #199BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BAB is #E66454. Grayscale: #757575. Windows color (decimal): -15098965 or 11246361. OLE color: 11246361.

HSL color Cylindrical-coordinate representation of color #199BAB: hue angle of 186.58º 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 #199BAB is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 155 171 -
CMYK 0.85 0.09 0 0.33
HSL 186.58º 0.74% 0.38% -
HSV(B) 186.58º 0.85% 0.67% -
XYZ 19.47 26.59 42.63 -
YUV 117.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 25 155 171 0.85 0.09 0 0.33 186.58 0.74 0.38
Hex 19 9B AB 55 9 0 21 BB 4A 26
Octal 31 233 253 125 11 0 41 273 112 46
Binary 11001 10011011 10101011 1010101 1001 0 100001 10111011 1001010 100110

Color Harmonies of #199BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BAB

Black with #199BAB

Text Example


Text Example

White with #199BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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