#068887

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

Shades of Dark Cyan #068887

Tints of Dark Cyan #068887

Color information

#068887 (or 0x068887) is unknown color: approx Dark Cyan. HEX triplet: 06, 88 and 87. RGB value is (6,136,135). Sum of RGB (Red+Green+Blue) = 6+136+135=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #068887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068887 is #F97778. Grayscale: #606060. Windows color (decimal): -16349049 or 8882182. OLE color: 8882182.

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

Color convert

RGB6136135-
CMYK0.9600.010.47
HSL179.54º91.55%27.84%-
HSV(B)179.54º95.59%53.33%-
XYZ13.2519.425.97-
YUV97.02149.4363.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=2.17%
G=49.10%
B=48.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61361350.9600.010.47179.5491.5527.84
Hex6888760012Fb45c1c
Octal6210207140015726413434
Binary110100010001000011111000000110111110110100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068887; }

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

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

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

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

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

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

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

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