#018D83

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

Shades of Dark Cyan #018D83

Tints of Dark Cyan #018D83

Color information

#018D83 (or 0x018D83) is unknown color: approx Dark Cyan. HEX triplet: 01, 8D and 83. RGB value is (1,141,131). Sum of RGB (Red+Green+Blue) = 1+141+131=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #018D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018D83 is #FE727C. Grayscale: #616161. Windows color (decimal): -16675453 or 8621313. OLE color: 8621313.

HSL color Cylindrical-coordinate representation of color #018D83: hue angle of 175.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D83 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB1141131-
CMYK0.9900.070.45
HSL175.71º98.59%27.84%-
HSV(B)175.71º99.29%55.29%-
XYZ13.6320.6924.75-
YUV98146.6258.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=0.37%
G=51.65%
B=47.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11411310.9900.070.45175.7198.5927.84
Hex18D8363072Db0631c
Octal1215203143075526014334
Binary110001101100000111100011011110110110110000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018D83; }

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

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

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

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

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

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

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

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