#018689

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

Shades of Dark Cyan #018689

Tints of Dark Cyan #018689

Color information

#018689 (or 0x018689) is unknown color: approx Dark Cyan. HEX triplet: 01, 86 and 89. RGB value is (1,134,137). Sum of RGB (Red+Green+Blue) = 1+134+137=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #018689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018689 is #FE7976. Grayscale: #5E5E5E. Windows color (decimal): -16677239 or 9012737. OLE color: 9012737.

HSL color Cylindrical-coordinate representation of color #018689: hue angle of 181.32º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018689 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1134137-
CMYK0.990.0200.46
HSL181.32º98.55%27.06%-
HSV(B)181.32º99.27%53.73%-
XYZ13.0518.8626.62-
YUV94.58151.9461.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=0.37%
G=49.26%
B=50.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11341370.990.0200.46181.3298.5527.06
Hex1868963202Eb5631b
Octal1206211143205626514333
Binary11000011010001001110001110010111010110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018689; }

 p { color: rgb(1,134,137); }

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

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

 a { background-color: rgb(1,134,137); }

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

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

 span { border-color: rgb(1,134,137); }

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