#068C8D

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

Shades of Dark Cyan #068C8D

Tints of Dark Cyan #068C8D

Color information

#068C8D (or 0x068C8D) is unknown color: approx Dark Cyan. HEX triplet: 06, 8C and 8D. RGB value is (6,140,141). Sum of RGB (Red+Green+Blue) = 6+140+141=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #068C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068C8D is #F97372. Grayscale: #636363. Windows color (decimal): -16348019 or 9276422. OLE color: 9276422.

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

Color convert

RGB6140141-
CMYK0.960.0100.45
HSL180.44º91.84%28.82%-
HSV(B)180.44º95.74%55.29%-
XYZ14.2620.7228.45-
YUV100.05151.1160.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.09%
GREEN value IS 140 (55.08% from 255) = 48.78%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=2.09%
G=48.78%
B=49.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61401410.960.0100.45180.4491.8428.82
Hex68C8D60102Db45c1d
Octal6214215140105526413435
Binary110100011001000110111000001010110110110100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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