#0F938E

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

Shades of Dark Cyan #0F938E

Tints of Dark Cyan #0F938E

Color information

#0F938E (or 0x0F938E) is unknown color: approx Dark Cyan. HEX triplet: 0F, 93 and 8E. RGB value is (15,147,142). Sum of RGB (Red+Green+Blue) = 15+147+142=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #0F938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F938E is #F06C71. Grayscale: #6A6A6A. Windows color (decimal): -15756402 or 9343759. OLE color: 9343759.

HSL color Cylindrical-coordinate representation of color #0F938E: hue angle of 177.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F938E is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB15147142-
CMYK0.9000.030.42
HSL177.73º81.48%31.76%-
HSV(B)177.73º89.8%57.65%-
XYZ15.5122.9229.2-
YUV106.96147.7762.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.93%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=4.93%
G=48.36%
B=46.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151471420.9000.030.42177.7381.4831.76
HexF938E5A032Ab25120
Octal17223216132035226212140
Binary111110010011100011101011010011101010101100101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F938E; }

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

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

<style>
 a { background-color: #0F938E; }

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

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

<style>
 span { border-color: #0F938E; }

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

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