#069383

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

Shades of Dark Cyan #069383

Tints of Dark Cyan #069383

Color information

#069383 (or 0x069383) is unknown color: approx Dark Cyan. HEX triplet: 06, 93 and 83. RGB value is (6,147,131). Sum of RGB (Red+Green+Blue) = 6+147+131=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #069383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069383 is #F96C7C. Grayscale: #666666. Windows color (decimal): -16346237 or 8622854. OLE color: 8622854.

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

Color convert

RGB6147131-
CMYK0.9600.110.42
HSL173.19º92.16%30%-
HSV(B)173.19º95.92%57.65%-
XYZ14.6122.5425.05-
YUV103.02143.7958.8-

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.76%
BLUE value IS 131 (51.56% from 255) = 46.13%
R=2.11%
G=51.76%
B=46.13%

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
Decimal61471310.9600.110.42173.1992.1630
Hex69383600B2Aad5c1e
Octal62232031400135225513436
Binary110100100111000001111000000101110101010101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069383; }

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

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

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

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

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

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

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

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