#018691

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

Shades of Dark Cyan #018691

Tints of Dark Cyan #018691

Color information

#018691 (or 0x018691) is unknown color: approx Dark Cyan. HEX triplet: 01, 86 and 91. RGB value is (1,134,145). Sum of RGB (Red+Green+Blue) = 1+134+145=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #018691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018691 is #FE796E. Grayscale: #5F5F5F. Windows color (decimal): -16677231 or 9537025. OLE color: 9537025.

HSL color Cylindrical-coordinate representation of color #018691: hue angle of 184.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018691 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1134145-
CMYK0.990.0800.43
HSL184.58º98.63%28.63%-
HSV(B)184.58º99.31%56.86%-
XYZ13.6519.129.76-
YUV95.49155.9460.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=0.36%
G=47.86%
B=51.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11341450.990.0800.43184.5898.6328.63
Hex1869163802Bb9631d
Octal12062211431005327114335
Binary1100001101001000111000111000010101110111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018691; }

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

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

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

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

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

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

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

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