Html Css Color HEX #149DAE Pelorous

📋 copy color: '#149DAE'

red 20 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #149DAE

Tints of Pelorous #149DAE

RGB

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

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

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

R = 5.7%
G = 44.73%
B = 49.57%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#149DAE (or 0x149DAE) is known color: Pelorous. HEX triplet: 14, 9D and AE. RGB value is (20,157,174). Sum of RGB (Red+Green+Blue) = 20+157+174=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #149DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149DAE is #EB6251. Grayscale: #757575. Windows color (decimal): -15426130 or 11443476. OLE color: 11443476.

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

Color convert

RGB 20 157 174 -
CMYK 0.89 0.10 0 0.32
HSL 186.62º 0.79% 0.38% -
HSV(B) 186.62º 0.89% 0.68% -
XYZ 19.99 27.32 44.26 -
YUV 117.98 159.61 58.12 -
System Red Green Blue C M Y K H S L
Decimal 20 157 174 0.89 0.10 0 0.32 186.62 0.79 0.38
Hex 14 9D AE 59 A 0 20 BB 4F 26
Octal 24 235 256 131 12 0 40 273 117 46
Binary 10100 10011101 10101110 1011001 1010 0 100000 10111011 1001111 100110

Color Harmonies of #149DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DAE

Black with #149DAE

Text Example


Text Example

White with #149DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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