Html Css Color HEX #14A0AE Pelorous

📋 copy color: '#14A0AE'

red 20 ◦ green 160 ◦ blue 174

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

Shades of Pelorous #14A0AE

Tints of Pelorous #14A0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

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

R = 5.65%
G = 45.2%
B = 49.15%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#14A0AE (or 0x14A0AE) is known color: Pelorous. HEX triplet: 14, A0 and AE. RGB value is (20,160,174). Sum of RGB (Red+Green+Blue) = 20+160+174=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #14A0AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A0AE is #EB5F51. Grayscale: #777777. Windows color (decimal): -15425362 or 11444244. OLE color: 11444244.

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

Color convert

RGB 20 160 174 -
CMYK 0.89 0.08 0 0.32
HSL 185.45º 0.79% 0.38% -
HSV(B) 185.45º 0.89% 0.68% -
XYZ 20.5 28.35 44.44 -
YUV 119.74 158.62 56.86 -
System Red Green Blue C M Y K H S L
Decimal 20 160 174 0.89 0.08 0 0.32 185.45 0.79 0.38
Hex 14 A0 AE 59 8 0 20 B9 4F 26
Octal 24 240 256 131 10 0 40 271 117 46
Binary 10100 10100000 10101110 1011001 1000 0 100000 10111001 1001111 100110

Color Harmonies of #14A0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A0AE

Black with #14A0AE

Text Example


Text Example

White with #14A0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A0AE; }

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

 H1.HeaderClassName
 {
   color: #14A0AE;
 }
 .AnyTagClassName
 {
   color: #14A0AE;
 }
</style>

background-color css

<style>
 a { background-color: #14A0AE; }

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

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

border-color css

<style>
 span { border-color: #14A0AE; }

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

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