#14A5B4

Color #14A5B4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #14A5B4

Tints of Pelorous #14A5B4

Color information

#14A5B4 (or 0x14A5B4) is unknown color: approx Pelorous. HEX triplet: 14, A5 and B4. RGB value is (20,165,180). Sum of RGB (Red+Green+Blue) = 20+165+180=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #14A5B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A5B4 is #EB5A4B. Grayscale: #7B7B7B. Windows color (decimal): -15424076 or 11838740. OLE color: 11838740.

HSL color Cylindrical-coordinate representation of color #14A5B4: hue angle of 185.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A5B4 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20165180-
CMYK0.890.0800.29
HSL185.62º80%39.22%-
HSV(B)185.62º88.89%70.59%-
XYZ21.9830.3547.88-
YUV123.35159.9654.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.48%
GREEN value IS 165 (64.84% from 255) = 45.21%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=5.48%
G=45.21%
B=49.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201651800.890.0800.29185.628039.22
Hex14A5B459801Dba5027
Octal242452641311003527212047
Binary10100101001011011010010110011000011101101110101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,180); }

 H1.HeaderClassName
 {
   color: #14A5B4;
 }
 .AnyTagClassName
 {
   color: #14A5B4;
 }
</style>
background-color css

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

 a { background-color: rgb(20,165,180); }

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

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

 span { border-color: rgb(20,165,180); }

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