#019886

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

Shades of Dark Cyan #019886

Tints of Dark Cyan #019886

Color information

#019886 (or 0x019886) is unknown color: approx Dark Cyan. HEX triplet: 01, 98 and 86. RGB value is (1,152,134). Sum of RGB (Red+Green+Blue) = 1+152+134=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #019886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019886 is #FE6779. Grayscale: #686868. Windows color (decimal): -16672634 or 8820737. OLE color: 8820737.

HSL color Cylindrical-coordinate representation of color #019886: hue angle of 172.85º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019886 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB1152134-
CMYK0.9900.120.40
HSL172.85º98.69%30%-
HSV(B)172.85º99.34%59.61%-
XYZ15.5424.1826.4-
YUV104.8144.4753.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=0.35%
G=52.96%
B=46.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11521340.9900.120.40172.8598.6930
Hex19886630C28ad631e
Octal12302061430145025514336
Binary1100110001000011011000110110010100010101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019886; }

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

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

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

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

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

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

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

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