#0B948B

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

Shades of Dark Cyan #0B948B

Tints of Dark Cyan #0B948B

Color information

#0B948B (or 0x0B948B) is unknown color: approx Dark Cyan. HEX triplet: 0B, 94 and 8B. RGB value is (11,148,139). Sum of RGB (Red+Green+Blue) = 11+148+139=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #0B948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B948B is #F46B74. Grayscale: #696969. Windows color (decimal): -16018293 or 9147403. OLE color: 9147403.

HSL color Cylindrical-coordinate representation of color #0B948B: hue angle of 176.06º 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 #0B948B is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB11148139-
CMYK0.9300.060.42
HSL176.06º86.16%31.18%-
HSV(B)176.06º92.57%58.04%-
XYZ15.3923.1228.08-
YUV106.01146.6160.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.69%
GREEN value IS 148 (58.20% from 255) = 49.66%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=3.69%
G=49.66%
B=46.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111481390.9300.060.42176.0686.1631.18
HexB948B5D062Ab0561f
Octal13224213135065226012637
Binary101110010100100010111011101011010101010110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,148,139); }

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

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

 a { background-color: rgb(11,148,139); }

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

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

 span { border-color: rgb(11,148,139); }

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