#12828D

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

Shades of Dark Cyan #12828D

Tints of Dark Cyan #12828D

Color information

#12828D (or 0x12828D) is unknown color: approx Dark Cyan. HEX triplet: 12, 82 and 8D. RGB value is (18,130,141). Sum of RGB (Red+Green+Blue) = 18+130+141=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #12828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12828D is #ED7D72. Grayscale: #616161. Windows color (decimal): -15564147 or 9273874. OLE color: 9273874.

HSL color Cylindrical-coordinate representation of color #12828D: hue angle of 185.37º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12828D is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18130141-
CMYK0.870.0800.45
HSL185.37º77.36%31.18%-
HSV(B)185.37º87.23%55.29%-
XYZ13.0418.0227.99-
YUV97.77152.3971.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=6.23%
G=44.98%
B=48.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181301410.870.0800.45185.3777.3631.18
Hex12828D57802Db94d1f
Octal222022151271005527111537
Binary10010100000101000110110101111000010110110111001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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