#12938D

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

Shades of Dark Cyan #12938D

Tints of Dark Cyan #12938D

Color information

#12938D (or 0x12938D) is unknown color: approx Dark Cyan. HEX triplet: 12, 93 and 8D. RGB value is (18,147,141). Sum of RGB (Red+Green+Blue) = 18+147+141=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #12938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12938D is #ED6C72. Grayscale: #6B6B6B. Windows color (decimal): -15559795 or 9278226. OLE color: 9278226.

HSL color Cylindrical-coordinate representation of color #12938D: hue angle of 177.21º 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 #12938D is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB18147141-
CMYK0.8800.040.42
HSL177.21º78.18%32.35%-
HSV(B)177.21º87.76%57.65%-
XYZ15.4922.9228.81-
YUV107.74146.7663.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 147 (57.81% from 255) = 48.04%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=5.88%
G=48.04%
B=46.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181471410.8800.040.42177.2178.1832.35
Hex12938D58042Ab14e20
Octal22223215130045226111640
Binary10010100100111000110110110000100101010101100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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