#12918a

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

Shades of Dark Cyan #12918A

Tints of Dark Cyan #12918A

Color information

#12918A (or 0x12918A) is unknown color: approx Dark Cyan. HEX triplet: 12, 91 and 8A. RGB value is (18,145,138). Sum of RGB (Red+Green+Blue) = 18+145+138=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #12918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12918A is #ED6E75. Grayscale: #6A6A6A. Windows color (decimal): -15560310 or 9081106. OLE color: 9081106.

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

Color convert

RGB18145138-
CMYK0.8800.050.43
HSL176.69º77.91%31.96%-
HSV(B)176.69º87.59%56.86%-
XYZ14.9622.2127.54-
YUV106.23145.9265.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=5.98%
G=48.17%
B=45.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181451380.8800.050.43176.6977.9131.96
Hex12918A58052Bb14e20
Octal22221212130055326111640
Binary10010100100011000101010110000101101011101100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12918a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12918a; }

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

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

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

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

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

<style>
 span { border-color: #12918a; }

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

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