Html Css Color HEX #149BAA Pelorous

📋 copy color: '#149BAA'

red 20 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #149BAA

Tints of Pelorous #149BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 5.8%
G = 44.93%
B = 49.28%

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

#149BAA (or 0x149BAA) is known color: Pelorous. HEX triplet: 14, 9B and AA. RGB value is (20,155,170). Sum of RGB (Red+Green+Blue) = 20+155+170=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #149BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BAA is #EB6455. Grayscale: #747474. Windows color (decimal): -15426646 or 11180820. OLE color: 11180820.

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

Color convert

RGB 20 155 170 -
CMYK 0.88 0.09 0 0.33
HSL 186º 0.79% 0.37% -
HSV(B) 186º 0.88% 0.67% -
XYZ 19.27 26.49 42.13 -
YUV 116.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 20 155 170 0.88 0.09 0 0.33 186 0.79 0.37
Hex 14 9B AA 58 9 0 21 BA 4F 25
Octal 24 233 252 130 11 0 41 272 117 45
Binary 10100 10011011 10101010 1011000 1001 0 100001 10111010 1001111 100101

Color Harmonies of #149BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BAA

Black with #149BAA

Text Example


Text Example

White with #149BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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