#069193

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

Shades of Dark Cyan #069193

Tints of Dark Cyan #069193

Color information

#069193 (or 0x069193) is unknown color: approx Dark Cyan. HEX triplet: 06, 91 and 93. RGB value is (6,145,147). Sum of RGB (Red+Green+Blue) = 6+145+147=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #069193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069193 is #F96E6C. Grayscale: #676767. Windows color (decimal): -16346733 or 9670918. OLE color: 9670918.

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

Color convert

RGB6145147-
CMYK0.960.0100.42
HSL180.85º92.16%30%-
HSV(B)180.85º95.92%57.65%-
XYZ15.4722.431.11-
YUV103.67152.4558.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=2.01%
G=48.66%
B=49.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61451470.960.0100.42180.8592.1630
Hex6919360102Ab55c1e
Octal6221223140105226513436
Binary110100100011001001111000001010101010110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069193; }

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

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

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

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

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

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

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

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