Html Css Color HEX #149AAC Pelorous

📋 copy color: '#149AAC'

red 20 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #149AAC

Tints of Pelorous #149AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 5.78%
G = 44.51%
B = 49.71%

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

#149AAC (or 0x149AAC) is known color: Pelorous. HEX triplet: 14, 9A and AC. RGB value is (20,154,172). Sum of RGB (Red+Green+Blue) = 20+154+172=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #149AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AAC is #EB6553. Grayscale: #737373. Windows color (decimal): -15426900 or 11311636. OLE color: 11311636.

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

Color convert

RGB 20 154 172 -
CMYK 0.88 0.10 0 0.33
HSL 187.11º 0.79% 0.38% -
HSV(B) 187.11º 0.88% 0.67% -
XYZ 19.29 26.24 43.08 -
YUV 115.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 20 154 172 0.88 0.10 0 0.33 187.11 0.79 0.38
Hex 14 9A AC 58 A 0 21 BB 4F 26
Octal 24 232 254 130 12 0 41 273 117 46
Binary 10100 10011010 10101100 1011000 1010 0 100001 10111011 1001111 100110

Color Harmonies of #149AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AAC

Black with #149AAC

Text Example


Text Example

White with #149AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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