#149684

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

Shades of Dark Cyan #149684

Tints of Dark Cyan #149684

Color information

#149684 (or 0x149684) is unknown color: approx Dark Cyan. HEX triplet: 14, 96 and 84. RGB value is (20,150,132). Sum of RGB (Red+Green+Blue) = 20+150+132=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #149684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149684 is #EB697B. Grayscale: #6D6D6D. Windows color (decimal): -15427964 or 8689172. OLE color: 8689172.

HSL color Cylindrical-coordinate representation of color #149684: hue angle of 171.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149684 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB20150132-
CMYK0.8700.120.41
HSL171.69º76.47%33.33%-
HSV(B)171.69º86.67%58.82%-
XYZ15.3623.6325.58-
YUV109.08140.9364.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.62%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=6.62%
G=49.67%
B=43.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal201501320.8700.120.41171.6976.4733.33
Hex149684570C29ac4c21
Octal242262041270145125411441
Binary101001001011010000100101011101100101001101011001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149684; }

 p { color: rgb(20,150,132); }

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

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

 a { background-color: rgb(20,150,132); }

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

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

 span { border-color: rgb(20,150,132); }

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