#068388

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

Shades of Dark Cyan #068388

Tints of Dark Cyan #068388

Color information

#068388 (or 0x068388) is unknown color: approx Dark Cyan. HEX triplet: 06, 83 and 88. RGB value is (6,131,136). Sum of RGB (Red+Green+Blue) = 6+131+136=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #068388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068388 is #F97C77. Grayscale: #5E5E5E. Windows color (decimal): -16350328 or 8946438. OLE color: 8946438.

HSL color Cylindrical-coordinate representation of color #068388: hue angle of 182.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068388 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6131136-
CMYK0.960.0400.47
HSL182.31º91.55%27.84%-
HSV(B)182.31º95.59%53.33%-
XYZ12.6418.0526.11-
YUV94.2151.5965.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=2.20%
G=47.99%
B=49.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61311360.960.0400.47182.3191.5527.84
Hex6838860402Fb65c1c
Octal6203210140405726613434
Binary11010000011100010001100000100010111110110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068388; }

 p { color: rgb(6,131,136); }

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

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

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

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

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

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

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