#198baa

Color #198BAA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #198BAA

Tints of Pelorous #198BAA

Color information

#198BAA (or 0x198BAA) is unknown color: approx Pelorous. HEX triplet: 19, 8B and AA. RGB value is (25,139,170). Sum of RGB (Red+Green+Blue) = 25+139+170=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #198BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198BAA is #E67455. Grayscale: #6C6C6C. Windows color (decimal): -15103062 or 11176729. OLE color: 11176729.

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

Color convert

RGB25139170-
CMYK0.850.1800.33
HSL192.83º74.36%38.24%-
HSV(B)192.83º85.29%66.67%-
XYZ16.8921.5741.3-
YUV108.45162.7368.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.49%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=7.49%
G=41.62%
B=50.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251391700.850.1800.33192.8374.3638.24
Hex198BAA5512021c14a26
Octal312132521252204130111246
Binary1100110001011101010101010101100100100001110000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #198baa;
 }
 .AnyTagClassName
 {
   color: #198baa;
 }
</style>
background-color css

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

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

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

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

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

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