#129AB2

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

Shades of Pelorous #129AB2

Tints of Pelorous #129AB2

Color information

#129AB2 (or 0x129AB2) is unknown color: approx Pelorous. HEX triplet: 12, 9A and B2. RGB value is (18,154,178). Sum of RGB (Red+Green+Blue) = 18+154+178=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #129AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AB2 is #ED654D. Grayscale: #737373. Windows color (decimal): -15557966 or 11704850. OLE color: 11704850.

HSL color Cylindrical-coordinate representation of color #129AB2: hue angle of 189º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129AB2 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB18154178-
CMYK0.900.1300.30
HSL189º81.63%38.43%-
HSV(B)189º89.89%69.8%-
XYZ19.8426.4546.18-
YUV116.07162.9458.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 154 (60.55% from 255) = 44%
BLUE value IS 178 (69.92% from 255) = 50.86%
R=5.14%
G=44%
B=50.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal181541780.900.1300.3018981.6338.43
Hex129AB25AD01Ebd5226
Octal222322621321503627512246
Binary10010100110101011001010110101101011110101111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129AB2; }

 p { color: rgb(18,154,178); }

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

<style>
 a { background-color: #129AB2; }

 a { background-color: rgb(18,154,178); }

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

<style>
 span { border-color: #129AB2; }

 span { border-color: rgb(18,154,178); }

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