#068E93

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

Shades of Dark Cyan #068E93

Tints of Dark Cyan #068E93

Color information

#068E93 (or 0x068E93) is unknown color: approx Dark Cyan. HEX triplet: 06, 8E and 93. RGB value is (6,142,147). Sum of RGB (Red+Green+Blue) = 6+142+147=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #068E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068E93 is #F9716C. Grayscale: #656565. Windows color (decimal): -16347501 or 9670150. OLE color: 9670150.

HSL color Cylindrical-coordinate representation of color #068E93: hue angle of 182.13º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E93 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6142147-
CMYK0.960.0300.42
HSL182.13º92.16%30%-
HSV(B)182.13º95.92%57.65%-
XYZ15.0121.4930.96-
YUV101.91153.4459.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=2.03%
G=48.14%
B=49.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61421470.960.0300.42182.1392.1630
Hex68E9360302Ab65c1e
Octal6216223140305226613436
Binary1101000111010010011110000011010101010110110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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