#14a8ba

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

Shades of Pelorous #14A8BA

Tints of Pelorous #14A8BA

Color information

#14A8BA (or 0x14A8BA) is unknown color: approx Pelorous. HEX triplet: 14, A8 and BA. RGB value is (20,168,186). Sum of RGB (Red+Green+Blue) = 20+168+186=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #14A8BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8BA is #EB5745. Grayscale: #7D7D7D. Windows color (decimal): -15423302 or 12232724. OLE color: 12232724.

HSL color Cylindrical-coordinate representation of color #14A8BA: hue angle of 186.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A8BA is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20168186-
CMYK0.890.1000.27
HSL186.51º80.58%40.39%-
HSV(B)186.51º89.25%72.94%-
XYZ23.1531.751.35-
YUV125.8161.9752.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.35%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=5.35%
G=44.92%
B=49.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201681860.890.1000.27186.5180.5840.39
Hex14A8BA59A01Bbb5128
Octal242502721311203327312150
Binary10100101010001011101010110011010011011101110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a8ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,168,186); }

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

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

 a { background-color: rgb(20,168,186); }

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

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

 span { border-color: rgb(20,168,186); }

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