#188DAB

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

Shades of Pelorous #188DAB

Tints of Pelorous #188DAB

Color information

#188DAB (or 0x188DAB) is unknown color: approx Pelorous. HEX triplet: 18, 8D and AB. RGB value is (24,141,171). Sum of RGB (Red+Green+Blue) = 24+141+171=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #188DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DAB is #E77254. Grayscale: #6D6D6D. Windows color (decimal): -15168085 or 11242776. OLE color: 11242776.

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

Color convert

RGB24141171-
CMYK0.860.1800.33
HSL192.24º75.38%38.24%-
HSV(B)192.24º85.96%67.06%-
XYZ17.2522.1841.9-
YUV109.44162.7467.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.14%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=7.14%
G=41.96%
B=50.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241411710.860.1800.33192.2475.3838.24
Hex188DAB5612021c04b26
Octal302152531262204130011346
Binary1100010001101101010111010110100100100001110000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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