#069686

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

Shades of Dark Cyan #069686

Tints of Dark Cyan #069686

Color information

#069686 (or 0x069686) is unknown color: approx Dark Cyan. HEX triplet: 06, 96 and 86. RGB value is (6,150,134). Sum of RGB (Red+Green+Blue) = 6+150+134=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #069686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069686 is #F96979. Grayscale: #696969. Windows color (decimal): -16345466 or 8820230. OLE color: 8820230.

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

Color convert

RGB6150134-
CMYK0.9600.110.41
HSL173.33º92.31%30.59%-
HSV(B)173.33º96%58.82%-
XYZ15.2823.5726.3-
YUV105.12144.2957.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.07%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=2.07%
G=51.72%
B=46.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61501340.9600.110.41173.3392.3130.59
Hex69686600B29ad5c1f
Octal62262061400135125513437
Binary110100101101000011011000000101110100110101101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069686; }

 p { color: rgb(6,150,134); }

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

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

 a { background-color: rgb(6,150,134); }

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

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

 span { border-color: rgb(6,150,134); }

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