#06938E

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

Shades of Dark Cyan #06938E

Tints of Dark Cyan #06938E

Color information

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

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

Color convert

RGB6147142-
CMYK0.9600.030.42
HSL177.87º92.16%30%-
HSV(B)177.87º95.92%57.65%-
XYZ15.3922.8629.19-
YUV104.27149.2957.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61471420.9600.030.42177.8792.1630
Hex6938E60032Ab25c1e
Octal6223216140035226213436
Binary1101001001110001110110000001110101010110010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06938E; }

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

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

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

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

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

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

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

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