#06968A

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

Shades of Dark Cyan #06968A

Tints of Dark Cyan #06968A

Color information

#06968A (or 0x06968A) is unknown color: approx Dark Cyan. HEX triplet: 06, 96 and 8A. RGB value is (6,150,138). Sum of RGB (Red+Green+Blue) = 6+150+138=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #06968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06968A is #F96975. Grayscale: #696969. Windows color (decimal): -16345462 or 9082374. OLE color: 9082374.

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

Color convert

RGB6150138-
CMYK0.9600.080.41
HSL175º92.31%30.59%-
HSV(B)175º96%58.82%-
XYZ15.5723.6927.8-
YUV105.58146.2956.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=2.04%
G=51.02%
B=46.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61501380.9600.080.4117592.3130.59
Hex6968A600829af5c1f
Octal62262121400105125713437
Binary110100101101000101011000000100010100110101111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06968A; }

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

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

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

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

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

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

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

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