#068D8D

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

Shades of Dark Cyan #068D8D

Tints of Dark Cyan #068D8D

Color information

#068D8D (or 0x068D8D) is unknown color: approx Dark Cyan. HEX triplet: 06, 8D and 8D. RGB value is (6,141,141). Sum of RGB (Red+Green+Blue) = 6+141+141=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #068D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068D8D is #F97272. Grayscale: #646464. Windows color (decimal): -16347763 or 9276678. OLE color: 9276678.

HSL color Cylindrical-coordinate representation of color #068D8D: hue angle of 180º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D8D is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6141141-
CMYK0.96000.45
HSL180º91.84%28.82%-
HSV(B)180º95.74%55.29%-
XYZ14.4121.0128.5-
YUV100.64150.7760.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=2.08%
G=48.96%
B=48.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61411410.96000.4518091.8428.82
Hex68D8D60002Db45c1d
Octal6215215140005526413435
Binary110100011011000110111000000010110110110100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068D8D; }

 p { color: rgb(6,141,141); }

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

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

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

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

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

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

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