#18A4C3

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

Shades of Pelorous #18A4C3

Tints of Pelorous #18A4C3

Color information

#18A4C3 (or 0x18A4C3) is unknown color: approx Pelorous. HEX triplet: 18, A4 and C3. RGB value is (24,164,195). Sum of RGB (Red+Green+Blue) = 24+164+195=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #18A4C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A4C3 is #E75B3C. Grayscale: #7D7D7D. Windows color (decimal): -15162173 or 12821528. OLE color: 12821528.

HSL color Cylindrical-coordinate representation of color #18A4C3: hue angle of 190.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A4C3 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB24164195-
CMYK0.880.1600.24
HSL190.88º78.08%42.94%-
HSV(B)190.88º87.69%76.47%-
XYZ23.530.6956.31-
YUV125.67167.1255.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.27%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 195 (76.56% from 255) = 50.91%
R=6.27%
G=42.82%
B=50.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241641950.880.1600.24190.8878.0842.94
Hex18A4C35810018bf4e2b
Octal302443031302003027711653
Binary110001010010011000011101100010000011000101111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,164,195); }

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

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

 a { background-color: rgb(24,164,195); }

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

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

 span { border-color: rgb(24,164,195); }

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