#0C948B

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

Shades of Dark Cyan #0C948B

Tints of Dark Cyan #0C948B

Color information

#0C948B (or 0x0C948B) is unknown color: approx Dark Cyan. HEX triplet: 0C, 94 and 8B. RGB value is (12,148,139). Sum of RGB (Red+Green+Blue) = 12+148+139=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #0C948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C948B is #F36B74. Grayscale: #6A6A6A. Windows color (decimal): -15952757 or 9147404. OLE color: 9147404.

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

Color convert

RGB12148139-
CMYK0.9200.060.42
HSL176.03º85%31.37%-
HSV(B)176.03º91.89%58.04%-
XYZ15.423.1228.08-
YUV106.31146.4460.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=4.01%
G=49.50%
B=46.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121481390.9200.060.42176.038531.37
HexC948B5C062Ab0551f
Octal14224213134065226012537
Binary110010010100100010111011100011010101010110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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