Html Css Color HEX #149EAE Pelorous

📋 copy color: '#149EAE'

red 20 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #149EAE

Tints of Pelorous #149EAE

RGB

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

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

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

R = 5.68%
G = 44.89%
B = 49.43%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#149EAE (or 0x149EAE) is known color: Pelorous. HEX triplet: 14, 9E and AE. RGB value is (20,158,174). Sum of RGB (Red+Green+Blue) = 20+158+174=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #149EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149EAE is #EB6151. Grayscale: #767676. Windows color (decimal): -15425874 or 11443732. OLE color: 11443732.

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

Color convert

RGB 20 158 174 -
CMYK 0.89 0.09 0 0.32
HSL 186.23º 0.79% 0.38% -
HSV(B) 186.23º 0.89% 0.68% -
XYZ 20.16 27.66 44.32 -
YUV 118.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 20 158 174 0.89 0.09 0 0.32 186.23 0.79 0.38
Hex 14 9E AE 59 9 0 20 BA 4F 26
Octal 24 236 256 131 11 0 40 272 117 46
Binary 10100 10011110 10101110 1011001 1001 0 100000 10111010 1001111 100110

Color Harmonies of #149EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149EAE

Black with #149EAE

Text Example


Text Example

White with #149EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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