Html Css Color HEX #149BAD Pelorous

📋 copy color: '#149BAD'

red 20 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #149BAD

Tints of Pelorous #149BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 5.75%
G = 44.54%
B = 49.71%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#149BAD (or 0x149BAD) is known color: Pelorous. HEX triplet: 14, 9B and AD. RGB value is (20,155,173). Sum of RGB (Red+Green+Blue) = 20+155+173=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #149BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BAD is #EB6452. Grayscale: #747474. Windows color (decimal): -15426643 or 11377428. OLE color: 11377428.

HSL color Cylindrical-coordinate representation of color #149BAD: hue angle of 187.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149BAD is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 155 173 -
CMYK 0.88 0.10 0 0.32
HSL 187.06º 0.79% 0.38% -
HSV(B) 187.06º 0.88% 0.68% -
XYZ 19.55 26.61 43.64 -
YUV 116.69 159.77 59.04 -
System Red Green Blue C M Y K H S L
Decimal 20 155 173 0.88 0.10 0 0.32 187.06 0.79 0.38
Hex 14 9B AD 58 A 0 20 BB 4F 26
Octal 24 233 255 130 12 0 40 273 117 46
Binary 10100 10011011 10101101 1011000 1010 0 100000 10111011 1001111 100110

Color Harmonies of #149BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BAD

Black with #149BAD

Text Example


Text Example

White with #149BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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