#068B84

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

Shades of Dark Cyan #068B84

Tints of Dark Cyan #068B84

Color information

#068B84 (or 0x068B84) is unknown color: approx Dark Cyan. HEX triplet: 06, 8B and 84. RGB value is (6,139,132). Sum of RGB (Red+Green+Blue) = 6+139+132=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #068B84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B84 is #F9747B. Grayscale: #626262. Windows color (decimal): -16348284 or 8686342. OLE color: 8686342.

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

Color convert

RGB6139132-
CMYK0.9600.050.45
HSL176.84º91.72%28.43%-
HSV(B)176.84º95.68%54.51%-
XYZ13.4720.1725.01-
YUV98.43146.9462.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=2.17%
G=50.18%
B=47.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61391320.9600.050.45176.8491.7228.43
Hex68B8460052Db15c1c
Octal6213204140055526113434
Binary11010001011100001001100000010110110110110001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,139,132); }

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

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

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

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

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

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

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