#017F8E

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

Shades of Dark Cyan #017F8E

Tints of Dark Cyan #017F8E

Color information

#017F8E (or 0x017F8E) is unknown color: approx Dark Cyan. HEX triplet: 01, 7F and 8E. RGB value is (1,127,142). Sum of RGB (Red+Green+Blue) = 1+127+142=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #017F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017F8E is #FE8071. Grayscale: #5A5A5A. Windows color (decimal): -16679026 or 9338625. OLE color: 9338625.

HSL color Cylindrical-coordinate representation of color #017F8E: hue angle of 186.38º 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 #017F8E is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1127142-
CMYK0.990.1100.44
HSL186.38º98.6%28.04%-
HSV(B)186.38º99.3%55.69%-
XYZ12.4817.1428.24-
YUV91.04156.7663.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=0.37%
G=47.04%
B=52.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11271420.990.1100.44186.3898.628.04
Hex17F8E63B02Cba631c
Octal11772161431305427214334
Binary111111111000111011000111011010110010111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017F8E; }

 p { color: rgb(1,127,142); }

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

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

 a { background-color: rgb(1,127,142); }

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

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

 span { border-color: rgb(1,127,142); }

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