#188CAA

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

Shades of Pelorous #188CAA

Tints of Pelorous #188CAA

Color information

#188CAA (or 0x188CAA) is unknown color: approx Pelorous. HEX triplet: 18, 8C and AA. RGB value is (24,140,170). Sum of RGB (Red+Green+Blue) = 24+140+170=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 140 (55.08% from 255 or 41.92% 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 #188CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188CAA is #E77355. Grayscale: #6C6C6C. Windows color (decimal): -15168342 or 11176984. OLE color: 11176984.

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

Color convert

RGB24140170-
CMYK0.860.1800.33
HSL192.33º75.26%38.04%-
HSV(B)192.33º85.88%66.67%-
XYZ17.0121.8541.35-
YUV108.74162.5767.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.19%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=7.19%
G=41.92%
B=50.90%

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
Decimal241401700.860.1800.33192.3375.2638.04
Hex188CAA5612021c04b26
Octal302142521262204130011346
Binary1100010001100101010101010110100100100001110000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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