#12A3AF

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

Shades of Pelorous #12A3AF

Tints of Pelorous #12A3AF

Color information

#12A3AF (or 0x12A3AF) is unknown color: approx Pelorous. HEX triplet: 12, A3 and AF. RGB value is (18,163,175). Sum of RGB (Red+Green+Blue) = 18+163+175=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #12A3AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A3AF is #ED5C50. Grayscale: #787878. Windows color (decimal): -15555665 or 11510546. OLE color: 11510546.

HSL color Cylindrical-coordinate representation of color #12A3AF: hue angle of 184.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A3AF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18163175-
CMYK0.900.0700.31
HSL184.59º81.35%37.84%-
HSV(B)184.59º89.71%68.63%-
XYZ21.0829.4245.12-
YUV121.01158.4654.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.06%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=5.06%
G=45.79%
B=49.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181631750.900.0700.31184.5981.3537.84
Hex12A3AF5A701Fb95126
Octal22243257132703727112146
Binary1001010100011101011111011010111011111101110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A3AF; }

 p { color: rgb(18,163,175); }

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

<style>
 a { background-color: #12A3AF; }

 a { background-color: rgb(18,163,175); }

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

<style>
 span { border-color: #12A3AF; }

 span { border-color: rgb(18,163,175); }

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