#069384

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

Shades of Dark Cyan #069384

Tints of Dark Cyan #069384

Color information

#069384 (or 0x069384) is unknown color: approx Dark Cyan. HEX triplet: 06, 93 and 84. RGB value is (6,147,132). Sum of RGB (Red+Green+Blue) = 6+147+132=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #069384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069384 is #F96C7B. Grayscale: #676767. Windows color (decimal): -16346236 or 8688390. OLE color: 8688390.

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

Color convert

RGB6147132-
CMYK0.9600.100.42
HSL173.62º92.16%30%-
HSV(B)173.62º95.92%57.65%-
XYZ14.6722.5725.41-
YUV103.13144.2958.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=2.11%
G=51.58%
B=46.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61471320.9600.100.42173.6292.1630
Hex69384600A2Aae5c1e
Octal62232041400125225613436
Binary110100100111000010011000000101010101010101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069384; }

 p { color: rgb(6,147,132); }

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

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

 a { background-color: rgb(6,147,132); }

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

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

 span { border-color: rgb(6,147,132); }

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