#068F85

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

Shades of Dark Cyan #068F85

Tints of Dark Cyan #068F85

Color information

#068F85 (or 0x068F85) is unknown color: approx Dark Cyan. HEX triplet: 06, 8F and 85. RGB value is (6,143,133). Sum of RGB (Red+Green+Blue) = 6+143+133=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #068F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F85 is #F9707A. Grayscale: #646464. Windows color (decimal): -16347259 or 8752902. OLE color: 8752902.

HSL color Cylindrical-coordinate representation of color #068F85: hue angle of 175.62º 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 #068F85 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB6143133-
CMYK0.9600.070.44
HSL175.62º91.95%29.22%-
HSV(B)175.62º95.8%56.08%-
XYZ14.1321.3825.57-
YUV100.9146.1160.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 143 (56.25% from 255) = 50.71%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=2.13%
G=50.71%
B=47.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61431330.9600.070.44175.6291.9529.22
Hex68F8560072Cb05c1d
Octal6217205140075426013435
Binary11010001111100001011100000011110110010110000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,143,133); }

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

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

 a { background-color: rgb(6,143,133); }

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

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

 span { border-color: rgb(6,143,133); }

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