#069585

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

Shades of Dark Cyan #069585

Tints of Dark Cyan #069585

Color information

#069585 (or 0x069585) is unknown color: approx Dark Cyan. HEX triplet: 06, 95 and 85. RGB value is (6,149,133). Sum of RGB (Red+Green+Blue) = 6+149+133=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #069585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069585 is #F96A7A. Grayscale: #686868. Windows color (decimal): -16345723 or 8754438. OLE color: 8754438.

HSL color Cylindrical-coordinate representation of color #069585: hue angle of 173.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069585 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB6149133-
CMYK0.9600.110.42
HSL173.29º92.26%30.39%-
HSV(B)173.29º95.97%58.43%-
XYZ15.0623.2325.88-
YUV104.42144.1257.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=2.08%
G=51.74%
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.42
SystemRedGreenBlueCMYKHSL
Decimal61491330.9600.110.42173.2992.2630.39
Hex69585600B2Aad5c1e
Octal62252051400135225513436
Binary110100101011000010111000000101110101010101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069585; }

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

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

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

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

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

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

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

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