#069082

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

Shades of Dark Cyan #069082

Tints of Dark Cyan #069082

Color information

#069082 (or 0x069082) is unknown color: approx Dark Cyan. HEX triplet: 06, 90 and 82. RGB value is (6,144,130). Sum of RGB (Red+Green+Blue) = 6+144+130=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #069082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069082 is #F96F7D. Grayscale: #656565. Windows color (decimal): -16347006 or 8556550. OLE color: 8556550.

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

Color convert

RGB6144130-
CMYK0.9600.100.44
HSL173.91º92%29.41%-
HSV(B)173.91º95.83%56.47%-
XYZ14.0821.624.55-
YUV101.14144.2860.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=2.14%
G=51.43%
B=46.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61441300.9600.100.44173.919229.41
Hex69082600A2Cae5c1d
Octal62202021400125425613435
Binary110100100001000001011000000101010110010101110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069082; }

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

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

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

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

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

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

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

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