#069182

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

Shades of Dark Cyan #069182

Tints of Dark Cyan #069182

Color information

#069182 (or 0x069182) is unknown color: approx Dark Cyan. HEX triplet: 06, 91 and 82. RGB value is (6,145,130). Sum of RGB (Red+Green+Blue) = 6+145+130=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #069182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069182 is #F96E7D. Grayscale: #656565. Windows color (decimal): -16346750 or 8556806. OLE color: 8556806.

HSL color Cylindrical-coordinate representation of color #069182: hue angle of 173.53º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069182 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB6145130-
CMYK0.9600.100.43
HSL173.53º92.05%29.61%-
HSV(B)173.53º95.86%56.86%-
XYZ14.2321.924.6-
YUV101.73143.9559.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=2.14%
G=51.60%
B=46.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61451300.9600.100.43173.5392.0529.61
Hex69182600A2Bae5c1e
Octal62212021400125325613436
Binary110100100011000001011000000101010101110101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069182; }

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

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

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

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

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

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

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

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