#18A2BF

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

Shades of Pelorous #18A2BF

Tints of Pelorous #18A2BF

Color information

#18A2BF (or 0x18A2BF) is unknown color: approx Pelorous. HEX triplet: 18, A2 and BF. RGB value is (24,162,191). Sum of RGB (Red+Green+Blue) = 24+162+191=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #18A2BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2BF is #E75D40. Grayscale: #7B7B7B. Windows color (decimal): -15162689 or 12558872. OLE color: 12558872.

HSL color Cylindrical-coordinate representation of color #18A2BF: hue angle of 190.42º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A2BF is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24162191-
CMYK0.870.1500.25
HSL190.42º77.67%42.16%-
HSV(B)190.42º87.43%74.9%-
XYZ22.729.853.85-
YUV124.04165.7856.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.37%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 191 (75% from 255) = 50.66%
R=6.37%
G=42.97%
B=50.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241621910.870.1500.25190.4277.6742.16
Hex18A2BF57F019be4e2a
Octal302422771271703127611652
Binary11000101000101011111110101111111011001101111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,191); }

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

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

 a { background-color: rgb(24,162,191); }

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

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

 span { border-color: rgb(24,162,191); }

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