#069584

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

Shades of Dark Cyan #069584

Tints of Dark Cyan #069584

Color information

#069584 (or 0x069584) is unknown color: approx Dark Cyan. HEX triplet: 06, 95 and 84. RGB value is (6,149,132). Sum of RGB (Red+Green+Blue) = 6+149+132=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #069584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069584 is #F96A7B. Grayscale: #686868. Windows color (decimal): -16345724 or 8688902. OLE color: 8688902.

HSL color Cylindrical-coordinate representation of color #069584: hue angle of 172.87º 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 #069584 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB6149132-
CMYK0.9600.110.42
HSL172.87º92.26%30.39%-
HSV(B)172.87º95.97%58.43%-
XYZ14.9923.225.52-
YUV104.3143.6257.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=2.09%
G=51.92%
B=45.99%

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
Decimal61491320.9600.110.42172.8792.2630.39
Hex69584600B2Aad5c1e
Octal62252041400135225513436
Binary110100101011000010011000000101110101010101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069584; }

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

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

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

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

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

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

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

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