#188AAB

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

Shades of Pelorous #188AAB

Tints of Pelorous #188AAB

Color information

#188AAB (or 0x188AAB) is unknown color: approx Pelorous. HEX triplet: 18, 8A and AB. RGB value is (24,138,171). Sum of RGB (Red+Green+Blue) = 24+138+171=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #188AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AAB is #E77554. Grayscale: #6B6B6B. Windows color (decimal): -15168853 or 11242008. OLE color: 11242008.

HSL color Cylindrical-coordinate representation of color #188AAB: hue angle of 193.47º 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 #188AAB is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24138171-
CMYK0.860.1900.33
HSL193.47º75.38%38.24%-
HSV(B)193.47º85.96%67.06%-
XYZ16.8221.3141.76-
YUV107.68163.7368.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.21%
GREEN value IS 138 (54.30% from 255) = 41.44%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=7.21%
G=41.44%
B=51.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241381710.860.1900.33193.4775.3838.24
Hex188AAB5613021c14b26
Octal302122531262304130111346
Binary1100010001010101010111010110100110100001110000011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,171); }

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

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

 a { background-color: rgb(24,138,171); }

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

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

 span { border-color: rgb(24,138,171); }

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