Html Css Color HEX #149BAB Pelorous

📋 copy color: '#149BAB'

red 20 ◦ green 155 ◦ blue 171

#149BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #149BAB

Tints of Pelorous #149BAB

RGB

 RED value IS 20 (8.2% from 255) = 5.78%

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 5.78%
G = 44.8%
B = 49.42%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#149BAB (or 0x149BAB) is known color: Pelorous. HEX triplet: 14, 9B and AB. RGB value is (20,155,171). Sum of RGB (Red+Green+Blue) = 20+155+171=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #149BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BAB is #EB6454. Grayscale: #747474. Windows color (decimal): -15426645 or 11246356. OLE color: 11246356.

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

Color convert

RGB 20 155 171 -
CMYK 0.88 0.09 0 0.33
HSL 186.36º 0.79% 0.37% -
HSV(B) 186.36º 0.88% 0.67% -
XYZ 19.36 26.53 42.63 -
YUV 116.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 20 155 171 0.88 0.09 0 0.33 186.36 0.79 0.37
Hex 14 9B AB 58 9 0 21 BA 4F 25
Octal 24 233 253 130 11 0 41 272 117 45
Binary 10100 10011011 10101011 1011000 1001 0 100001 10111010 1001111 100101

Color Harmonies of #149BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BAB

Black with #149BAB

Text Example


Text Example

White with #149BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #149BAB;
 }
 .AnyTagClassName
 {
   color: #149BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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