#18A0BA

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

Shades of Pelorous #18A0BA

Tints of Pelorous #18A0BA

Color information

#18A0BA (or 0x18A0BA) is unknown color: approx Pelorous. HEX triplet: 18, A0 and BA. RGB value is (24,160,186). Sum of RGB (Red+Green+Blue) = 24+160+186=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #18A0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A0BA is #E75F45. Grayscale: #7A7A7A. Windows color (decimal): -15163206 or 12230680. OLE color: 12230680.

HSL color Cylindrical-coordinate representation of color #18A0BA: hue angle of 189.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A0BA is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24160186-
CMYK0.870.1400.27
HSL189.63º77.14%41.18%-
HSV(B)189.63º87.1%72.94%-
XYZ21.8128.8850.88-
YUV122.3163.9457.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.49%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=6.49%
G=43.24%
B=50.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241601860.870.1400.27189.6377.1441.18
Hex18A0BA57E01Bbe4d29
Octal302402721271603327611551
Binary11000101000001011101010101111110011011101111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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