#12938A

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

Shades of Dark Cyan #12938A

Tints of Dark Cyan #12938A

Color information

#12938A (or 0x12938A) is unknown color: approx Dark Cyan. HEX triplet: 12, 93 and 8A. RGB value is (18,147,138). Sum of RGB (Red+Green+Blue) = 18+147+138=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #12938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12938A is #ED6C75. Grayscale: #6B6B6B. Windows color (decimal): -15559798 or 9081618. OLE color: 9081618.

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

Color convert

RGB18147138-
CMYK0.8800.060.42
HSL175.81º78.18%32.35%-
HSV(B)175.81º87.76%57.65%-
XYZ15.2722.8327.65-
YUV107.4145.2664.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=5.94%
G=48.51%
B=45.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181471380.8800.060.42175.8178.1832.35
Hex12938A58062Ab04e20
Octal22223212130065226011640
Binary10010100100111000101010110000110101010101100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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