#068F88

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

Shades of Dark Cyan #068F88

Tints of Dark Cyan #068F88

Color information

#068F88 (or 0x068F88) is unknown color: approx Dark Cyan. HEX triplet: 06, 8F and 88. RGB value is (6,143,136). Sum of RGB (Red+Green+Blue) = 6+143+136=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #068F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F88 is #F97077. Grayscale: #656565. Windows color (decimal): -16347256 or 8949510. OLE color: 8949510.

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

Color convert

RGB6143136-
CMYK0.9600.050.44
HSL176.93º91.95%29.22%-
HSV(B)176.93º95.8%56.08%-
XYZ14.3421.4626.68-
YUV101.24147.6160.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 143 (56.25% from 255) = 50.18%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=2.11%
G=50.18%
B=47.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61431360.9600.050.44176.9391.9529.22
Hex68F8860052Cb15c1d
Octal6217210140055426113435
Binary11010001111100010001100000010110110010110001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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