#068E7F

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

Shades of Dark Cyan #068E7F

Tints of Dark Cyan #068E7F

Color information

#068E7F (or 0x068E7F) is unknown color: approx Dark Cyan. HEX triplet: 06, 8E and 7F. RGB value is (6,142,127). Sum of RGB (Red+Green+Blue) = 6+142+127=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7F is #F97180. Grayscale: #636363. Windows color (decimal): -16347521 or 8359430. OLE color: 8359430.

HSL color Cylindrical-coordinate representation of color #068E7F: hue angle of 173.38º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E7F is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB6142127-
CMYK0.9600.110.44
HSL173.38º91.89%29.02%-
HSV(B)173.38º95.77%55.69%-
XYZ13.5820.9223.4-
YUV99.63143.4461.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.18%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 127 (50% from 255) = 46.18%
R=2.18%
G=51.64%
B=46.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61421270.9600.110.44173.3891.8929.02
Hex68E7F600B2Cad5c1d
Octal62161771400135425513435
Binary11010001110111111111000000101110110010101101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068E7F; }

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

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

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

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

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

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

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

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