#069096

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

Shades of Dark Cyan #069096

Tints of Dark Cyan #069096

Color information

#069096 (or 0x069096) is unknown color: approx Dark Cyan. HEX triplet: 06, 90 and 96. RGB value is (6,144,150). Sum of RGB (Red+Green+Blue) = 6+144+150=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #069096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069096 is #F96F69. Grayscale: #676767. Windows color (decimal): -16346986 or 9867270. OLE color: 9867270.

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

Color convert

RGB6144150-
CMYK0.960.0400.41
HSL182.5º92.31%30.59%-
HSV(B)182.5º96%58.82%-
XYZ15.5522.1932.32-
YUV103.42154.2858.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 150 (58.98% from 255) = 50%
R=2%
G=48%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61441500.960.0400.41182.592.3130.59
Hex69096604029b65c1f
Octal6220226140405126613437
Binary11010010000100101101100000100010100110110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069096; }

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

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

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

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

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

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

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

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