#067E8E

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

Shades of Dark Cyan #067E8E

Tints of Dark Cyan #067E8E

Color information

#067E8E (or 0x067E8E) is unknown color: approx Dark Cyan. HEX triplet: 06, 7E and 8E. RGB value is (6,126,142). Sum of RGB (Red+Green+Blue) = 6+126+142=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #067E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067E8E is #F98171. Grayscale: #5B5B5B. Windows color (decimal): -16351602 or 9338374. OLE color: 9338374.

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

Color convert

RGB6126142-
CMYK0.960.1100.44
HSL187.06º91.89%29.02%-
HSV(B)187.06º95.77%55.69%-
XYZ12.4216.9128.2-
YUV91.94156.2466.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.19%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=2.19%
G=45.99%
B=51.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61261420.960.1100.44187.0691.8929.02
Hex67E8E60B02Cbb5c1d
Octal61762161401305427313435
Binary11011111101000111011000001011010110010111011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067E8E; }

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

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

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

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

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

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

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

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