#188EAE

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

Shades of Pelorous #188EAE

Tints of Pelorous #188EAE

Color information

#188EAE (or 0x188EAE) is unknown color: approx Pelorous. HEX triplet: 18, 8E and AE. RGB value is (24,142,174). Sum of RGB (Red+Green+Blue) = 24+142+174=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #188EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188EAE is #E77151. Grayscale: #6E6E6E. Windows color (decimal): -15167826 or 11439640. OLE color: 11439640.

HSL color Cylindrical-coordinate representation of color #188EAE: hue angle of 192.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188EAE is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB24142174-
CMYK0.860.1800.32
HSL192.8º75.76%38.82%-
HSV(B)192.8º86.21%68.24%-
XYZ17.6922.643.47-
YUV110.37163.9166.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.06%
GREEN value IS 142 (55.86% from 255) = 41.76%
BLUE value IS 174 (68.36% from 255) = 51.18%
R=7.06%
G=41.76%
B=51.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241421740.860.1800.32192.875.7638.82
Hex188EAE5612020c14c27
Octal302162561262204030111447
Binary1100010001110101011101010110100100100000110000011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,142,174); }

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

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

 a { background-color: rgb(24,142,174); }

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

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

 span { border-color: rgb(24,142,174); }

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