#188DAA

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

Shades of Pelorous #188DAA

Tints of Pelorous #188DAA

Color information

#188DAA (or 0x188DAA) is unknown color: approx Pelorous. HEX triplet: 18, 8D and AA. RGB value is (24,141,170). Sum of RGB (Red+Green+Blue) = 24+141+170=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #188DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DAA is #E77255. Grayscale: #6D6D6D. Windows color (decimal): -15168086 or 11177240. OLE color: 11177240.

HSL color Cylindrical-coordinate representation of color #188DAA: hue angle of 191.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188DAA is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24141170-
CMYK0.860.1700.33
HSL191.92º75.26%38.04%-
HSV(B)191.92º85.88%66.67%-
XYZ17.1622.1541.4-
YUV109.32162.2467.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.16%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=7.16%
G=42.09%
B=50.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241411700.860.1700.33191.9275.2638.04
Hex188DAA5611021c04b26
Octal302152521262104130011346
Binary1100010001101101010101010110100010100001110000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188DAA; }

 p { color: rgb(24,141,170); }

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

<style>
 a { background-color: #188DAA; }

 a { background-color: rgb(24,141,170); }

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

<style>
 span { border-color: #188DAA; }

 span { border-color: rgb(24,141,170); }

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