#148AAB

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

Shades of Pelorous #148AAB

Tints of Pelorous #148AAB

Color information

#148AAB (or 0x148AAB) is unknown color: approx Pelorous. HEX triplet: 14, 8A and AB. RGB value is (20,138,171). Sum of RGB (Red+Green+Blue) = 20+138+171=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #148AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AAB is #EB7554. Grayscale: #6A6A6A. Windows color (decimal): -15430997 or 11242004. OLE color: 11242004.

HSL color Cylindrical-coordinate representation of color #148AAB: hue angle of 193.11º 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 #148AAB is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20138171-
CMYK0.880.1900.33
HSL193.11º79.06%37.45%-
HSV(B)193.11º88.3%67.06%-
XYZ16.7321.2741.75-
YUV106.48164.4166.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=6.08%
G=41.95%
B=51.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201381710.880.1900.33193.1179.0637.45
Hex148AAB5813021c14f25
Octal242122531302304130111745
Binary1010010001010101010111011000100110100001110000011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148AAB; }

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

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

<style>
 a { background-color: #148AAB; }

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

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

<style>
 span { border-color: #148AAB; }

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

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