#018883

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

Shades of Dark Cyan #018883

Tints of Dark Cyan #018883

Color information

#018883 (or 0x018883) is unknown color: approx Dark Cyan. HEX triplet: 01, 88 and 83. RGB value is (1,136,131). Sum of RGB (Red+Green+Blue) = 1+136+131=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #018883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018883 is #FE777C. Grayscale: #5E5E5E. Windows color (decimal): -16676733 or 8620033. OLE color: 8620033.

HSL color Cylindrical-coordinate representation of color #018883: hue angle of 177.78º 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 #018883 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB1136131-
CMYK0.9900.040.47
HSL177.78º98.54%26.86%-
HSV(B)177.78º99.26%53.33%-
XYZ12.9119.2524.51-
YUV95.06148.2760.91-

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.75%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=0.37%
G=50.75%
B=48.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11361310.9900.040.47177.7898.5426.86
Hex1888363042Fb2631b
Octal1210203143045726214333
Binary110001000100000111100011010010111110110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018883; }

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

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

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

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

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

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

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

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