#12908A

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

Shades of Dark Cyan #12908A

Tints of Dark Cyan #12908A

Color information

#12908A (or 0x12908A) is unknown color: approx Dark Cyan. HEX triplet: 12, 90 and 8A. RGB value is (18,144,138). Sum of RGB (Red+Green+Blue) = 18+144+138=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #12908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12908A is #ED6F75. Grayscale: #696969. Windows color (decimal): -15560566 or 9080850. OLE color: 9080850.

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

Color convert

RGB18144138-
CMYK0.8800.040.44
HSL177.14º77.78%31.76%-
HSV(B)177.14º87.5%56.47%-
XYZ14.8121.9127.49-
YUV105.64146.2665.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 138 (54.30% from 255) = 46%
R=6%
G=48%
B=46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441380.8800.040.44177.1477.7831.76
Hex12908A58042Cb14e20
Octal22220212130045426111640
Binary10010100100001000101010110000100101100101100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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