Html Css Color HEX #149AAB Pelorous

📋 copy color: '#149AAB'

red 20 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #149AAB

Tints of Pelorous #149AAB

RGB

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

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

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

R = 5.8%
G = 44.64%
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

#149AAB (or 0x149AAB) is known color: Pelorous. HEX triplet: 14, 9A and AB. RGB value is (20,154,171). Sum of RGB (Red+Green+Blue) = 20+154+171=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #149AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AAB is #EB6554. Grayscale: #737373. Windows color (decimal): -15426901 or 11246100. OLE color: 11246100.

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

Color convert

RGB 20 154 171 -
CMYK 0.88 0.10 0 0.33
HSL 186.76º 0.79% 0.37% -
HSV(B) 186.76º 0.88% 0.67% -
XYZ 19.19 26.2 42.57 -
YUV 115.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 20 154 171 0.88 0.10 0 0.33 186.76 0.79 0.37
Hex 14 9A AB 58 A 0 21 BB 4F 25
Octal 24 232 253 130 12 0 41 273 117 45
Binary 10100 10011010 10101011 1011000 1010 0 100001 10111011 1001111 100101

Color Harmonies of #149AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AAB

Black with #149AAB

Text Example


Text Example

White with #149AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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