#12A6B7

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

Shades of Pelorous #12A6B7

Tints of Pelorous #12A6B7

Color information

#12A6B7 (or 0x12A6B7) is unknown color: approx Pelorous. HEX triplet: 12, A6 and B7. RGB value is (18,166,183). Sum of RGB (Red+Green+Blue) = 18+166+183=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #12A6B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6B7 is #ED5948. Grayscale: #7B7B7B. Windows color (decimal): -15554889 or 12035602. OLE color: 12035602.

HSL color Cylindrical-coordinate representation of color #12A6B7: hue angle of 186.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A6B7 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18166183-
CMYK0.900.0900.28
HSL186.18º82.09%39.41%-
HSV(B)186.18º90.16%71.76%-
XYZ22.4330.8249.57-
YUV123.69161.4752.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=4.90%
G=45.23%
B=49.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181661830.900.0900.28186.1882.0939.41
Hex12A6B75A901Cba5227
Octal222462671321103427212247
Binary10010101001101011011110110101001011100101110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,166,183); }

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

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

 a { background-color: rgb(18,166,183); }

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

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

 span { border-color: rgb(18,166,183); }

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