#149080

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

Shades of Dark Cyan #149080

Tints of Dark Cyan #149080

Color information

#149080 (or 0x149080) is unknown color: approx Dark Cyan. HEX triplet: 14, 90 and 80. RGB value is (20,144,128). Sum of RGB (Red+Green+Blue) = 20+144+128=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #149080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149080 is #EB6F7F. Grayscale: #696969. Windows color (decimal): -15429504 or 8425492. OLE color: 8425492.

HSL color Cylindrical-coordinate representation of color #149080: hue angle of 172.26º degrees, saturation: 0.76, 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 #149080 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB20144128-
CMYK0.8600.110.44
HSL172.26º75.61%32.16%-
HSV(B)172.26º86.11%56.47%-
XYZ14.1621.6523.86-
YUV105.1140.9267.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.85%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=6.85%
G=49.32%
B=43.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201441280.8600.110.44172.2675.6132.16
Hex149080560B2Cac4c20
Octal242202001260135425411440
Binary101001001000010000000101011001011101100101011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149080; }

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

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

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

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

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

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

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

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