Html Css Color HEX #149DAC Pelorous

📋 copy color: '#149DAC'

red 20 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #149DAC

Tints of Pelorous #149DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

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

R = 5.73%
G = 44.99%
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

#149DAC (or 0x149DAC) is known color: Pelorous. HEX triplet: 14, 9D and AC. RGB value is (20,157,172). Sum of RGB (Red+Green+Blue) = 20+157+172=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #149DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149DAC is #EB6253. Grayscale: #757575. Windows color (decimal): -15426132 or 11312404. OLE color: 11312404.

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

Color convert

RGB 20 157 172 -
CMYK 0.88 0.09 0 0.33
HSL 185.92º 0.79% 0.38% -
HSV(B) 185.92º 0.88% 0.67% -
XYZ 19.79 27.24 43.24 -
YUV 117.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 20 157 172 0.88 0.09 0 0.33 185.92 0.79 0.38
Hex 14 9D AC 58 9 0 21 BA 4F 26
Octal 24 235 254 130 11 0 41 272 117 46
Binary 10100 10011101 10101100 1011000 1001 0 100001 10111010 1001111 100110

Color Harmonies of #149DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DAC

Black with #149DAC

Text Example


Text Example

White with #149DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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