#147E8E

Color #147E8E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #147E8E

Tints of Dark Cyan #147E8E

Color information

#147E8E (or 0x147E8E) is unknown color: approx Dark Cyan. HEX triplet: 14, 7E and 8E. RGB value is (20,126,142). Sum of RGB (Red+Green+Blue) = 20+126+142=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #147E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147E8E is #EB8171. Grayscale: #5F5F5F. Windows color (decimal): -15434098 or 9338388. OLE color: 9338388.

HSL color Cylindrical-coordinate representation of color #147E8E: hue angle of 187.87º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147E8E is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20126142-
CMYK0.860.1100.44
HSL187.87º75.31%31.76%-
HSV(B)187.87º85.92%55.69%-
XYZ12.6317.0228.21-
YUV96.13153.8873.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=6.94%
G=43.75%
B=49.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201261420.860.1100.44187.8775.3131.76
Hex147E8E56B02Cbc4b20
Octal241762161261305427411340
Binary10100111111010001110101011010110101100101111001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147E8E; }

 p { color: rgb(20,126,142); }

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

<style>
 a { background-color: #147E8E; }

 a { background-color: rgb(20,126,142); }

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

<style>
 span { border-color: #147E8E; }

 span { border-color: rgb(20,126,142); }

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