#018885

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

Shades of Dark Cyan #018885

Tints of Dark Cyan #018885

Color information

#018885 (or 0x018885) is unknown color: approx Dark Cyan. HEX triplet: 01, 88 and 85. RGB value is (1,136,133). Sum of RGB (Red+Green+Blue) = 1+136+133=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #018885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018885 is #FE777A. Grayscale: #5F5F5F. Windows color (decimal): -16676731 or 8751105. OLE color: 8751105.

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

Color convert

RGB1136133-
CMYK0.9900.020.47
HSL178.67º98.54%26.86%-
HSV(B)178.67º99.26%53.33%-
XYZ13.0519.3125.23-
YUV95.29149.2760.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=0.37%
G=50.37%
B=49.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11361330.9900.020.47178.6798.5426.86
Hex1888563022Fb3631b
Octal1210205143025726314333
Binary11000100010000101110001101010111110110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018885; }

 p { color: rgb(1,136,133); }

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

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

 a { background-color: rgb(1,136,133); }

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

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

 span { border-color: rgb(1,136,133); }

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