#069380

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

Shades of Dark Cyan #069380

Tints of Dark Cyan #069380

Color information

#069380 (or 0x069380) is unknown color: approx Dark Cyan. HEX triplet: 06, 93 and 80. RGB value is (6,147,128). Sum of RGB (Red+Green+Blue) = 6+147+128=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #069380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069380 is #F96C7F. Grayscale: #666666. Windows color (decimal): -16346240 or 8426246. OLE color: 8426246.

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

Color convert

RGB6147128-
CMYK0.9600.130.42
HSL171.91º92.16%30%-
HSV(B)171.91º95.92%57.65%-
XYZ14.4122.4624-
YUV102.68142.2959.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=2.14%
G=52.31%
B=45.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61471280.9600.130.42171.9192.1630
Hex69380600D2Aac5c1e
Octal62232001400155225413436
Binary110100100111000000011000000110110101010101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069380; }

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

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

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

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

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

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

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

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