#069396

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

Shades of Dark Cyan #069396

Tints of Dark Cyan #069396

Color information

#069396 (or 0x069396) is unknown color: approx Dark Cyan. HEX triplet: 06, 93 and 96. RGB value is (6,147,150). Sum of RGB (Red+Green+Blue) = 6+147+150=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #069396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069396 is #F96C69. Grayscale: #696969. Windows color (decimal): -16346218 or 9868038. OLE color: 9868038.

HSL color Cylindrical-coordinate representation of color #069396: hue angle of 181.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069396 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6147150-
CMYK0.960.0200.41
HSL181.25º92.31%30.59%-
HSV(B)181.25º96%58.82%-
XYZ16.0123.1132.47-
YUV105.18153.2957.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=1.98%
G=48.51%
B=49.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61471500.960.0200.41181.2592.3130.59
Hex69396602029b55c1f
Octal6223226140205126513437
Binary1101001001110010110110000010010100110110101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069396; }

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

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

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

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

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

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

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

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