#069085

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

Shades of Dark Cyan #069085

Tints of Dark Cyan #069085

Color information

#069085 (or 0x069085) is unknown color: approx Dark Cyan. HEX triplet: 06, 90 and 85. RGB value is (6,144,133). Sum of RGB (Red+Green+Blue) = 6+144+133=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #069085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069085 is #F96F7A. Grayscale: #656565. Windows color (decimal): -16347003 or 8753158. OLE color: 8753158.

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

Color convert

RGB6144133-
CMYK0.9600.080.44
HSL175.22º92%29.41%-
HSV(B)175.22º95.83%56.47%-
XYZ14.2821.6825.62-
YUV101.48145.7859.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 144 (56.64% from 255) = 50.88%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=2.12%
G=50.88%
B=47.00%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61441330.9600.080.44175.229229.41
Hex6908560082Caf5c1d
Octal62202051400105425713435
Binary110100100001000010111000000100010110010101111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069085; }

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

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

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

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

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

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

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

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