#069495

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

Shades of Dark Cyan #069495

Tints of Dark Cyan #069495

Color information

#069495 (or 0x069495) is unknown color: approx Dark Cyan. HEX triplet: 06, 94 and 95. RGB value is (6,148,149). Sum of RGB (Red+Green+Blue) = 6+148+149=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #069495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069495 is #F96B6A. Grayscale: #696969. Windows color (decimal): -16345963 or 9802758. OLE color: 9802758.

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

Color convert

RGB6148149-
CMYK0.960.0100.42
HSL180.42º92.26%30.39%-
HSV(B)180.42º95.97%58.43%-
XYZ16.0923.3932.1-
YUV105.66152.4656.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=1.98%
G=48.84%
B=49.17%

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
Decimal61481490.960.0100.42180.4292.2630.39
Hex6949560102Ab45c1e
Octal6224225140105226413436
Binary110100101001001010111000001010101010110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069495; }

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

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

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

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

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

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

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

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