#069295

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

Shades of Dark Cyan #069295

Tints of Dark Cyan #069295

Color information

#069295 (or 0x069295) is unknown color: approx Dark Cyan. HEX triplet: 06, 92 and 95. RGB value is (6,146,149). Sum of RGB (Red+Green+Blue) = 6+146+149=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #069295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069295 is #F96D6A. Grayscale: #686868. Windows color (decimal): -16346475 or 9802246. OLE color: 9802246.

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

Color convert

RGB6146149-
CMYK0.960.0200.42
HSL181.26º92.26%30.39%-
HSV(B)181.26º95.97%58.43%-
XYZ15.7822.7732-
YUV104.48153.1257.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=1.99%
G=48.50%
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.42
SystemRedGreenBlueCMYKHSL
Decimal61461490.960.0200.42181.2692.2630.39
Hex6929560202Ab55c1e
Octal6222225140205226513436
Binary1101001001010010101110000010010101010110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069295; }

 p { color: rgb(6,146,149); }

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

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

 a { background-color: rgb(6,146,149); }

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

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

 span { border-color: rgb(6,146,149); }

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