#0B9093

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

Shades of Dark Cyan #0B9093

Tints of Dark Cyan #0B9093

Color information

#0B9093 (or 0x0B9093) is unknown color: approx Dark Cyan. HEX triplet: 0B, 90 and 93. RGB value is (11,144,147). Sum of RGB (Red+Green+Blue) = 11+144+147=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B9093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9093 is #F46F6C. Grayscale: #686868. Windows color (decimal): -16019309 or 9670667. OLE color: 9670667.

HSL color Cylindrical-coordinate representation of color #0B9093: hue angle of 181.32º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9093 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11144147-
CMYK0.930.0200.42
HSL181.32º86.08%30.98%-
HSV(B)181.32º92.52%57.65%-
XYZ15.3822.1231.06-
YUV104.57151.9461.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.64%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=3.64%
G=47.68%
B=48.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111441470.930.0200.42181.3286.0830.98
HexB90935D202Ab5561f
Octal13220223135205226512637
Binary10111001000010010011101110110010101010110101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,144,147); }

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

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

 a { background-color: rgb(11,144,147); }

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

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

 span { border-color: rgb(11,144,147); }

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