#018F81

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

Shades of Dark Cyan #018F81

Tints of Dark Cyan #018F81

Color information

#018F81 (or 0x018F81) is unknown color: approx Dark Cyan. HEX triplet: 01, 8F and 81. RGB value is (1,143,129). Sum of RGB (Red+Green+Blue) = 1+143+129=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #018F81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F81 is #FE707E. Grayscale: #626262. Windows color (decimal): -16674943 or 8490753. OLE color: 8490753.

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

Color convert

RGB1143129-
CMYK0.9900.100.44
HSL174.08º98.61%28.24%-
HSV(B)174.08º99.3%56.08%-
XYZ13.821.2424.14-
YUV98.95144.9658.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 143 (56.25% from 255) = 52.38%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=0.37%
G=52.38%
B=47.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11431290.9900.100.44174.0898.6128.24
Hex18F81630A2Cae631c
Octal12172011430125425614334
Binary1100011111000000111000110101010110010101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,143,129); }

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

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

 a { background-color: rgb(1,143,129); }

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

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

 span { border-color: rgb(1,143,129); }

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