Html Css Color HEX #149EAC Pelorous

📋 copy color: '#149EAC'

red 20 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #149EAC

Tints of Pelorous #149EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

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

R = 5.71%
G = 45.14%
B = 49.14%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#149EAC (or 0x149EAC) is known color: Pelorous. HEX triplet: 14, 9E and AC. RGB value is (20,158,172). Sum of RGB (Red+Green+Blue) = 20+158+172=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #149EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149EAC is #EB6153. Grayscale: #767676. Windows color (decimal): -15425876 or 11312660. OLE color: 11312660.

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

Color convert

RGB 20 158 172 -
CMYK 0.88 0.08 0 0.33
HSL 185.53º 0.79% 0.38% -
HSV(B) 185.53º 0.88% 0.67% -
XYZ 19.96 27.58 43.3 -
YUV 118.33 158.28 57.86 -
System Red Green Blue C M Y K H S L
Decimal 20 158 172 0.88 0.08 0 0.33 185.53 0.79 0.38
Hex 14 9E AC 58 8 0 21 BA 4F 26
Octal 24 236 254 130 10 0 41 272 117 46
Binary 10100 10011110 10101100 1011000 1000 0 100001 10111010 1001111 100110

Color Harmonies of #149EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EAC

Black with #149EAC

Text Example


Text Example

White with #149EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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