#149DAB

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

Shades of Pelorous #149DAB

Tints of Pelorous #149DAB

Color information

#149DAB (or 0x149DAB) is unknown color: approx Pelorous. HEX triplet: 14, 9D and AB. RGB value is (20,157,171). Sum of RGB (Red+Green+Blue) = 20+157+171=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #149DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149DAB is #EB6254. Grayscale: #757575. Windows color (decimal): -15426133 or 11246868. OLE color: 11246868.

HSL color Cylindrical-coordinate representation of color #149DAB: hue angle of 185.56º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149DAB is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20157171-
CMYK0.880.0800.33
HSL185.56º79.06%37.45%-
HSV(B)185.56º88.3%67.06%-
XYZ19.727.242.74-
YUV117.63158.1158.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.75%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=5.75%
G=45.11%
B=49.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201571710.880.0800.33185.5679.0637.45
Hex149DAB588021ba4f25
Octal242352531301004127211745
Binary101001001110110101011101100010000100001101110101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149DAB; }

 p { color: rgb(20,157,171); }

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

<style>
 a { background-color: #149DAB; }

 a { background-color: rgb(20,157,171); }

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

<style>
 span { border-color: #149DAB; }

 span { border-color: rgb(20,157,171); }

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