#068A8E

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

Shades of Dark Cyan #068A8E

Tints of Dark Cyan #068A8E

Color information

#068A8E (or 0x068A8E) is unknown color: approx Dark Cyan. HEX triplet: 06, 8A and 8E. RGB value is (6,138,142). Sum of RGB (Red+Green+Blue) = 6+138+142=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #068A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A8E is #F97571. Grayscale: #626262. Windows color (decimal): -16348530 or 9341446. OLE color: 9341446.

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

Color convert

RGB6138142-
CMYK0.960.0300.44
HSL181.76º91.89%29.02%-
HSV(B)181.76º95.77%55.69%-
XYZ14.0520.1728.74-
YUV98.99152.2761.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=2.10%
G=48.25%
B=49.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61381420.960.0300.44181.7691.8929.02
Hex68A8E60302Cb65c1d
Octal6212216140305426613435
Binary1101000101010001110110000011010110010110110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,138,142); }

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

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

 a { background-color: rgb(6,138,142); }

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

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

 span { border-color: rgb(6,138,142); }

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