#149082

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

Shades of Dark Cyan #149082

Tints of Dark Cyan #149082

Color information

#149082 (or 0x149082) is unknown color: approx Dark Cyan. HEX triplet: 14, 90 and 82. RGB value is (20,144,130). Sum of RGB (Red+Green+Blue) = 20+144+130=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #149082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149082 is #EB6F7D. Grayscale: #696969. Windows color (decimal): -15429502 or 8556564. OLE color: 8556564.

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

Color convert

RGB20144130-
CMYK0.8600.100.44
HSL173.23º75.61%32.16%-
HSV(B)173.23º86.11%56.47%-
XYZ14.2921.7124.56-
YUV105.33141.9267.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.80%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=6.80%
G=48.98%
B=44.22%

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
Decimal201441300.8600.100.44173.2375.6132.16
Hex149082560A2Cad4c20
Octal242202021260125425511440
Binary101001001000010000010101011001010101100101011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149082; }

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

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

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

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

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

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

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

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