#148E80

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

Shades of Dark Cyan #148E80

Tints of Dark Cyan #148E80

Color information

#148E80 (or 0x148E80) is unknown color: approx Dark Cyan. HEX triplet: 14, 8E and 80. RGB value is (20,142,128). Sum of RGB (Red+Green+Blue) = 20+142+128=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #148E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E80 is #EB717F. Grayscale: #676767. Windows color (decimal): -15430016 or 8424980. OLE color: 8424980.

HSL color Cylindrical-coordinate representation of color #148E80: hue angle of 173.11º 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 #148E80 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB20142128-
CMYK0.8600.100.44
HSL173.11º75.31%31.76%-
HSV(B)173.11º85.92%55.69%-
XYZ13.8621.0523.76-
YUV103.93141.5868.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=6.90%
G=48.97%
B=44.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201421280.8600.100.44173.1175.3131.76
Hex148E80560A2Cad4b20
Octal242162001260125425511340
Binary101001000111010000000101011001010101100101011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148E80; }

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

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

<style>
 a { background-color: #148E80; }

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

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

<style>
 span { border-color: #148E80; }

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

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