#18A0AB

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

Shades of Pelorous #18A0AB

Tints of Pelorous #18A0AB

Color information

#18A0AB (or 0x18A0AB) is unknown color: approx Pelorous. HEX triplet: 18, A0 and AB. RGB value is (24,160,171). Sum of RGB (Red+Green+Blue) = 24+160+171=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #18A0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A0AB is #E75F54. Grayscale: #787878. Windows color (decimal): -15163221 or 11247640. OLE color: 11247640.

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

Color convert

RGB24160171-
CMYK0.860.0600.33
HSL184.49º75.38%38.24%-
HSV(B)184.49º85.96%67.06%-
XYZ20.328.2842.92-
YUV120.59156.4459.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=6.76%
G=45.07%
B=48.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241601710.860.0600.33184.4975.3838.24
Hex18A0AB566021b84b26
Octal30240253126604127011346
Binary11000101000001010101110101101100100001101110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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