Html Css Color HEX #198DAB Pelorous

📋 copy color: '#198DAB'

red 25 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #198DAB

Tints of Pelorous #198DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.84%

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

R = 7.42%
G = 41.84%
B = 50.74%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#198DAB (or 0x198DAB) is known color: Pelorous. HEX triplet: 19, 8D and AB. RGB value is (25,141,171). Sum of RGB (Red+Green+Blue) = 25+141+171=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #198DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DAB is #E67254. Grayscale: #6D6D6D. Windows color (decimal): -15102549 or 11242777. OLE color: 11242777.

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

Color convert

RGB 25 141 171 -
CMYK 0.85 0.18 0 0.33
HSL 192.33º 0.74% 0.38% -
HSV(B) 192.33º 0.85% 0.67% -
XYZ 17.28 22.2 41.9 -
YUV 109.74 162.57 67.56 -
System Red Green Blue C M Y K H S L
Decimal 25 141 171 0.85 0.18 0 0.33 192.33 0.74 0.38
Hex 19 8D AB 55 12 0 21 C0 4A 26
Octal 31 215 253 125 22 0 41 300 112 46
Binary 11001 10001101 10101011 1010101 10010 0 100001 11000000 1001010 100110

Color Harmonies of #198DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DAB

Black with #198DAB

Text Example


Text Example

White with #198DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198DAB; }

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

 H1.HeaderClassName
 {
   color: #198DAB;
 }
 .AnyTagClassName
 {
   color: #198DAB;
 }
</style>

background-color css

<style>
 a { background-color: #198DAB; }

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

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

border-color css

<style>
 span { border-color: #198DAB; }

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

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