#18A1B6

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

Shades of Pelorous #18A1B6

Tints of Pelorous #18A1B6

Color information

#18A1B6 (or 0x18A1B6) is unknown color: approx Pelorous. HEX triplet: 18, A1 and B6. RGB value is (24,161,182). Sum of RGB (Red+Green+Blue) = 24+161+182=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #18A1B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A1B6 is #E75E49. Grayscale: #7A7A7A. Windows color (decimal): -15162954 or 11968792. OLE color: 11968792.

HSL color Cylindrical-coordinate representation of color #18A1B6: hue angle of 187.97º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A1B6 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB24161182-
CMYK0.870.1200.29
HSL187.97º76.7%40.39%-
HSV(B)187.97º86.81%71.37%-
XYZ21.5729.0648.73-
YUV122.43161.6157.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.54%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=6.54%
G=43.87%
B=49.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241611820.870.1200.29187.9776.740.39
Hex18A1B657C01Dbc4d28
Octal302412661271403527411550
Binary11000101000011011011010101111100011101101111001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A1B6; }

 p { color: rgb(24,161,182); }

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

<style>
 a { background-color: #18A1B6; }

 a { background-color: rgb(24,161,182); }

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

<style>
 span { border-color: #18A1B6; }

 span { border-color: rgb(24,161,182); }

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