#12938C

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

Shades of Dark Cyan #12938C

Tints of Dark Cyan #12938C

Color information

#12938C (or 0x12938C) is unknown color: approx Dark Cyan. HEX triplet: 12, 93 and 8C. RGB value is (18,147,140). Sum of RGB (Red+Green+Blue) = 18+147+140=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #12938C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12938C is #ED6C73. Grayscale: #6B6B6B. Windows color (decimal): -15559796 or 9212690. OLE color: 9212690.

HSL color Cylindrical-coordinate representation of color #12938C: hue angle of 176.74º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12938C is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB18147140-
CMYK0.8800.050.42
HSL176.74º78.18%32.35%-
HSV(B)176.74º87.76%57.65%-
XYZ15.4222.8928.42-
YUV107.63146.2664.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=5.90%
G=48.20%
B=45.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181471400.8800.050.42176.7478.1832.35
Hex12938C58052Ab14e20
Octal22223214130055226111640
Binary10010100100111000110010110000101101010101100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12938C; }

 p { color: rgb(18,147,140); }

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

<style>
 a { background-color: #12938C; }

 a { background-color: rgb(18,147,140); }

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

<style>
 span { border-color: #12938C; }

 span { border-color: rgb(18,147,140); }

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