Html Css Color HEX #149BAC Pelorous

📋 copy color: '#149BAC'

red 20 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #149BAC

Tints of Pelorous #149BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 5.76%
G = 44.67%
B = 49.57%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#149BAC (or 0x149BAC) is known color: Pelorous. HEX triplet: 14, 9B and AC. RGB value is (20,155,172). Sum of RGB (Red+Green+Blue) = 20+155+172=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #149BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BAC is #EB6453. Grayscale: #747474. Windows color (decimal): -15426644 or 11311892. OLE color: 11311892.

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

Color convert

RGB 20 155 172 -
CMYK 0.88 0.10 0 0.33
HSL 186.71º 0.79% 0.38% -
HSV(B) 186.71º 0.88% 0.67% -
XYZ 19.46 26.57 43.13 -
YUV 116.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 20 155 172 0.88 0.10 0 0.33 186.71 0.79 0.38
Hex 14 9B AC 58 A 0 21 BB 4F 26
Octal 24 233 254 130 12 0 41 273 117 46
Binary 10100 10011011 10101100 1011000 1010 0 100001 10111011 1001111 100110

Color Harmonies of #149BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BAC

Black with #149BAC

Text Example


Text Example

White with #149BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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