#069594

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

Shades of Dark Cyan #069594

Tints of Dark Cyan #069594

Color information

#069594 (or 0x069594) is unknown color: approx Dark Cyan. HEX triplet: 06, 95 and 94. RGB value is (6,149,148). Sum of RGB (Red+Green+Blue) = 6+149+148=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #069594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069594 is #F96A6B. Grayscale: #696969. Windows color (decimal): -16345708 or 9737478. OLE color: 9737478.

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

Color convert

RGB6149148-
CMYK0.9600.010.42
HSL179.58º92.26%30.39%-
HSV(B)179.58º95.97%58.43%-
XYZ16.1723.6731.73-
YUV106.13151.6256.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=1.98%
G=49.17%
B=48.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491480.9600.010.42179.5892.2630.39
Hex6959460012Ab45c1e
Octal6225224140015226413436
Binary110100101011001010011000000110101010110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069594; }

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

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

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

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

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

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

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

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