#149487

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

Shades of Dark Cyan #149487

Tints of Dark Cyan #149487

Color information

#149487 (or 0x149487) is unknown color: approx Dark Cyan. HEX triplet: 14, 94 and 87. RGB value is (20,148,135). Sum of RGB (Red+Green+Blue) = 20+148+135=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #149487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149487 is #EB6B78. Grayscale: #6C6C6C. Windows color (decimal): -15428473 or 8885268. OLE color: 8885268.

HSL color Cylindrical-coordinate representation of color #149487: hue angle of 173.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149487 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB20148135-
CMYK0.8600.090.42
HSL173.91º76.19%32.94%-
HSV(B)173.91º86.49%58.04%-
XYZ15.2523.0826.57-
YUV108.25143.0965.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=6.60%
G=48.84%
B=44.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481350.8600.090.42173.9176.1932.94
Hex14948756092Aae4c21
Octal242242071260115225611441
Binary101001001010010000111101011001001101010101011101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149487; }

 p { color: rgb(20,148,135); }

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

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

 a { background-color: rgb(20,148,135); }

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

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

 span { border-color: rgb(20,148,135); }

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