#12928E

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

Shades of Dark Cyan #12928E

Tints of Dark Cyan #12928E

Color information

#12928E (or 0x12928E) is unknown color: approx Dark Cyan. HEX triplet: 12, 92 and 8E. RGB value is (18,146,142). Sum of RGB (Red+Green+Blue) = 18+146+142=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #12928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12928E is #ED6D71. Grayscale: #6B6B6B. Windows color (decimal): -15560050 or 9343506. OLE color: 9343506.

HSL color Cylindrical-coordinate representation of color #12928E: hue angle of 178.12º 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 #12928E is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB18146142-
CMYK0.8800.030.43
HSL178.12º78.05%32.16%-
HSV(B)178.12º87.67%57.25%-
XYZ15.4122.6429.15-
YUV107.27147.5964.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=5.88%
G=47.71%
B=46.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181461420.8800.030.43178.1278.0532.16
Hex12928E58032Bb24e20
Octal22222216130035326211640
Binary1001010010010100011101011000011101011101100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12928E; }

 p { color: rgb(18,146,142); }

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

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

 a { background-color: rgb(18,146,142); }

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

<style>
 span { border-color: #12928E; }

 span { border-color: rgb(18,146,142); }

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