#069484

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

Shades of Dark Cyan #069484

Tints of Dark Cyan #069484

Color information

#069484 (or 0x069484) is unknown color: approx Dark Cyan. HEX triplet: 06, 94 and 84. RGB value is (6,148,132). Sum of RGB (Red+Green+Blue) = 6+148+132=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #069484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069484 is #F96B7B. Grayscale: #676767. Windows color (decimal): -16345980 or 8688646. OLE color: 8688646.

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

Color convert

RGB6148132-
CMYK0.9600.110.42
HSL173.24º92.21%30.2%-
HSV(B)173.24º95.95%58.04%-
XYZ14.8322.8825.47-
YUV103.72143.9658.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 148 (58.20% from 255) = 51.75%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=2.10%
G=51.75%
B=46.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61481320.9600.110.42173.2492.2130.2
Hex69484600B2Aad5c1e
Octal62242041400135225513436
Binary110100101001000010011000000101110101010101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069484; }

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

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

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

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

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

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

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

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