Html Css Color HEX #149AAE Pelorous

📋 copy color: '#149AAE'

red 20 ◦ green 154 ◦ blue 174

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

Shades of Pelorous #149AAE

Tints of Pelorous #149AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50%

R = 5.75%
G = 44.25%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#149AAE (or 0x149AAE) is known color: Pelorous. HEX triplet: 14, 9A and AE. RGB value is (20,154,174). Sum of RGB (Red+Green+Blue) = 20+154+174=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #149AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AAE is #EB6551. Grayscale: #747474. Windows color (decimal): -15426898 or 11442708. OLE color: 11442708.

HSL color Cylindrical-coordinate representation of color #149AAE: hue angle of 187.79º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149AAE is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 154 174 -
CMYK 0.89 0.11 0 0.32
HSL 187.79º 0.79% 0.38% -
HSV(B) 187.79º 0.89% 0.68% -
XYZ 19.48 26.32 44.1 -
YUV 116.21 160.61 59.37 -
System Red Green Blue C M Y K H S L
Decimal 20 154 174 0.89 0.11 0 0.32 187.79 0.79 0.38
Hex 14 9A AE 59 B 0 20 BC 4F 26
Octal 24 232 256 131 13 0 40 274 117 46
Binary 10100 10011010 10101110 1011001 1011 0 100000 10111100 1001111 100110

Color Harmonies of #149AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AAE

Black with #149AAE

Text Example


Text Example

White with #149AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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